parse_request_with

Function parse_request_with 

Source
pub async fn parse_request_with<S>(
    stream: S,
    config: Config,
) -> Result<Request<BodyReader<S>>>
where S: AsyncRead + Unpin,
Available on crate feature http_support only.
Expand description

Helper function to help parsing stream into Request instance.

See new_with for more information.