Expand description
This module exports the http method.
Re-exports§
pub use hyper::method::Method::Options;pub use hyper::method::Method::Get;pub use hyper::method::Method::Post;pub use hyper::method::Method::Put;pub use hyper::method::Method::Delete;pub use hyper::method::Method::Head;pub use hyper::method::Method::Trace;pub use hyper::method::Method::Connect;pub use hyper::method::Method::Patch;pub use hyper::method::Method::Extension;
Enums§
- Method
- The Request Method (VERB)