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