Skip to main content

request

Function request 

Source
pub fn request(root: &Path, req: &Request) -> Result<Vec<u8>>
Expand description

Send one request and collect the whole response into a Vec (for small responses).