Enum http_parser::HttpMethod [] [src]

pub enum HttpMethod {
    Delete,
    Get,
    Head,
    Post,
    Put,
    Connect,
    Options,
    Trace,
    Copy,
    Lock,
    MKCol,
    Move,
    PropFind,
    PropPatch,
    Search,
    Unlock,
    Report,
    MKActivity,
    Checkout,
    Merge,
    MSearch,
    Notify,
    Subscribe,
    Unsubscribe,
    Patch,
    Purge,
    MKCalendar,
}

HttpMethod defines supported HTTP methods.

Variants

Trait Implementations

impl PartialEq for HttpMethod
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for HttpMethod
[src]

impl Clone for HttpMethod
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for HttpMethod
[src]

impl ToString for HttpMethod
[src]

Converts the given value to a String. Read more