pub struct Prolog {
pub method: Method,
pub url: Uri,
pub req_headers: HeaderMap,
pub req_body: BodyImage,
}Expand description
Extract of an HTTP request.
Alternate spelling of prologue.
Fields§
§method: Method§url: Uri§req_headers: HeaderMap§req_body: BodyImageTrait Implementations§
Auto Trait Implementations§
impl !Freeze for Prolog
impl RefUnwindSafe for Prolog
impl Send for Prolog
impl Sync for Prolog
impl Unpin for Prolog
impl UnwindSafe for Prolog
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