pub struct Epilog {
pub version: Version,
pub status: StatusCode,
pub res_headers: HeaderMap,
pub res_body: BodyImage,
pub res_decoded: Vec<Encoding>,
}Expand description
Extract of an HTTP response.
Fields§
§version: Version§status: StatusCode§res_headers: HeaderMap§res_body: BodyImage§res_decoded: Vec<Encoding>Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Epilog
impl RefUnwindSafe for Epilog
impl Send for Epilog
impl Sync for Epilog
impl Unpin for Epilog
impl UnwindSafe for Epilog
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