Function futures_http::reader::parse_request_with

source ยท
pub async fn parse_request_with<S>(
    stream: S,
    config: Config,
) -> ParseResult<Request<BodyReader>>
where S: AsyncRead + Send + Unpin + 'static,
Expand description

Helper function to help parsing stream into Request instance.

See new_with for more information.