Enum async_http_client::Method [] [src]

pub enum Method {
    Get,
    Head,
    Post,
    Put,
    Delete,
    Connect,
    Options,
    Trace,
    Other(String),
}

Representation of an HTTP method.

Variants

Trait Implementations

impl Display for Method
[src]

Formats the value using the given formatter. Read more