pub trait RequestPartsExt: SealedRequestPartsExt {
// Required methods
fn host(&self) -> Option<&str>;
fn url(&self) -> Option<Url>;
}Expand description
Utilities of http::request::Parts and http::Request.
pub trait RequestPartsExt: SealedRequestPartsExt {
// Required methods
fn host(&self) -> Option<&str>;
fn url(&self) -> Option<Url>;
}Utilities of http::request::Parts and http::Request.