Struct http_request_parser::Request 
source · [−]pub struct Request {
    pub method: String,
    pub path: String,
    pub version: f32,
    pub headers: Vec<String>,
    pub body: String,
}Fields
method: Stringpath: Stringversion: f32headers: Vec<String>body: StringTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Request
impl Send for Request
impl Sync for Request
impl Unpin for Request
impl UnwindSafe for Request
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more