Skip to main content

checked_get

Function checked_get 

Source
pub fn checked_get(agent: &Agent, url: &str) -> Result<Vec<u8>, Error>
Expand description

Perform a GET request and check the response status.