Type Definition monoio_http::common::request::Request

source ·
pub type Request<P = Payload> = Request<P>;

Trait Implementations§

source§

impl<P> FromParts<Parts, P> for Request<P>

source§

fn from_parts(parts: RequestHead, body: P) -> Self

source§

impl<P> IntoParts for Request<P>

§

type Parts = Parts

§

type Body = P

source§

fn into_parts(self) -> (Self::Parts, Self::Body)