Enum warheadhateus::HttpRequestMethod [] [src]

pub enum HttpRequestMethod {
    GET,
    HEAD,
    POST,
    PUT,
    DELETE,
    CONNECT,
    OPTIONS,
    TRACE,
}

See RFC7231

Variants

Trait Implementations

impl Clone for HttpRequestMethod
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HttpRequestMethod
[src]

impl Debug for HttpRequestMethod
[src]

Formats the value using the given formatter.

impl Display for HttpRequestMethod
[src]

Formats the value using the given formatter. Read more