Struct AllRequestAttributes
Source pub struct AllRequestAttributes {Show 15 fields
pub path: Option<String>,
pub url_path: Option<String>,
pub host: Option<String>,
pub scheme: Option<String>,
pub method: Option<String>,
pub headers: Option<Vec<(String, Vec<u8>)>>,
pub referer: Option<String>,
pub useragent: Option<String>,
pub time: Option<SystemTime>,
pub id: Option<String>,
pub protocol: Option<String>,
pub query: Option<String>,
pub duration: Option<Duration>,
pub size: Option<usize>,
pub total_size: Option<usize>,
}
Formats the value using the given formatter.
Read more
Immutably borrows from an owned value.
Read more
Mutably borrows from an owned value.
Read more
Returns the argument unchanged.
Calls U::from(self).
That is, this conversion is whatever the implementation of
From<T> for U chooses to do.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.