[−][src]Enum tiny_http::Method
pub enum Method { Get, Head, Post, Put, Delete, Connect, Options, Trace, Patch, NonStandard(AsciiString), }
Variants
GET
HEAD
POST
PUT
DELETE
CONNECT
OPTIONS
TRACE
PATCH
NonStandard(AsciiString)
Request methods not standardized by the IETF
Methods
impl Method
[src][−]
Trait Implementations
impl Clone for Method
[src][+]
impl Debug for Method
[src][+]
impl Display for Method
[src][+]
impl Eq for Method
[src]
impl FromStr for Method
[src][+]
impl PartialEq<Method> for Method
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for Method
impl Send for Method
impl Sync for Method
impl Unpin for Method
impl UnwindSafe for Method
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,