Trait sled_web::request::RequestType [−][src]
pub trait RequestType {
const METHOD: Method;
const PATH_AND_QUERY: &'static str;
}Types that represent a request being made to the server.
Associated Constants
const METHOD: Method
The HTTP method included with the header.
const PATH_AND_QUERY: &'static str
The component of the URI following the domain.
Implementors
impl RequestType for Getimpl RequestType for Delimpl RequestType for Setimpl RequestType for Casimpl RequestType for Mergeimpl RequestType for Flushimpl RequestType for Iterimpl RequestType for Scanimpl RequestType for ScanRangeimpl RequestType for Maximpl RequestType for Predimpl RequestType for PredInclimpl RequestType for Succimpl RequestType for SuccIncl