pub struct HittRequest {
pub method: Method,
pub uri: Uri,
pub headers: HeaderMap,
pub body: Option<String>,
pub http_version: Option<Version>,
}
Fields§
§method: Method
§uri: Uri
§headers: HeaderMap
§body: Option<String>
§http_version: Option<Version>
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for HittRequest
impl RefUnwindSafe for HittRequest
impl Send for HittRequest
impl Sync for HittRequest
impl Unpin for HittRequest
impl UnwindSafe for HittRequest
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more