Enum easy_http_request::HttpRequestMethod [−][src]
pub enum HttpRequestMethod {
GET,
POST,
PUT,
DELETE,
HEAD,
}Expand description
The HTTP request method.
Variants
Get resources.
Change resources.
Change resources.
Delete resources.
Only get the headers of resources.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for HttpRequestMethodimpl Send for HttpRequestMethodimpl Sync for HttpRequestMethodimpl Unpin for HttpRequestMethodimpl UnwindSafe for HttpRequestMethodBlanket Implementations
Mutably borrows from an owned value. Read more