pub fn request(root: &Path, req: &Request) -> Result<Vec<u8>>
Send one request and collect the whole response into a Vec (for small responses).
Vec