Trait hyper_static_server::RequestExt [−][src]
Required methods
pub fn is_get(&self) -> bool
[src]
pub fn is_head(&self) -> bool
[src]
pub fn is_put(&self) -> bool
[src]
pub fn is_post(&self) -> bool
[src]
pub fn is_delete(&self) -> bool
[src]
pub fn is_patch(&self) -> bool
[src]
pub fn is_options(&self) -> bool
[src]
pub fn uri_path(&self) -> &str
[src]
pub fn uri_query(&self) -> Option<&str>
[src]
pub fn header(&self, _name: impl AsHeaderName) -> Option<&HeaderValue>
[src]
pub fn header_all(&self, _name: impl AsHeaderName) -> GetAll<'_, HeaderValue>
[src]
Implementors
impl<B> RequestExt<B> for Request<B> where
B: Body,
[src]
B: Body,