Skip to main content

into_request

Function into_request 

Source
pub fn into_request<B>(_: RequestParts<B>) -> Result<Request<B>, Error>
Expand description

Converts request parts into an HTTP request.

ยงErrors

Returns an error if the method, URI, or body cannot be converted into an HTTP request.