Struct influent::hurl::Request [] [src]

pub struct Request<'a> {
    pub url: &'a str,
    pub method: Method,
    pub auth: Option<Auth<'a>>,
    pub query: Option<HashMap<&'a str, String>>,
    pub body: Option<String>,
}

Fields

Trait Implementations

impl<'a> Debug for Request<'a>
[src]

Formats the value using the given formatter.