pub fn into_request<B>(_: RequestParts<B>) -> Result<Request<B>, Error>
Converts request parts into an HTTP request.
Returns an error if the method, URI, or body cannot be converted into an HTTP request.