Module light_pencil::method [] [src]

Reexports

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)