Function create_get

Source
pub fn create_get(url: &str, path: &str) -> Result<Request<Body>>
Expand description

Creates a simple HTTP GET request with no header and no body.