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

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

Trait Implementations

impl ToString for HttpMethod

fn to_string(&self) -> String

Derived Implementations

impl Copy for HttpMethod

impl Clone for HttpMethod

fn clone(&self) -> HttpMethod

fn clone_from(&mut self, source: &Self)

impl Eq for HttpMethod

impl PartialEq for HttpMethod

fn eq(&self, __arg_0: &HttpMethod) -> bool

fn ne(&self, __arg_0: &HttpMethod) -> bool