Trait IntoRequestParts

Source
pub trait IntoRequestParts {
    // Required method
    fn into_request_parts(self) -> Parts;
}
Expand description

Turn the item into http::request::Parts infallibly

Required Methods§

Source

fn into_request_parts(self) -> Parts

Produce http::request::Parts

Implementations on Foreign Types§

Source§

impl IntoRequestParts for &str

Source§

impl IntoRequestParts for Parts

Source§

impl IntoRequestParts for Uri

Implementors§