Struct sota::http::http_client::Request [] [src]

pub struct Request {
    pub method: Method,
    pub url: Url,
    pub body: Option<Vec<u8>>,
}

A new HTTP request to be sent from a specific Client.

Fields

method
url
body

Trait Implementations

Derived Implementations

impl Debug for Request
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.