pub async fn parse_request_with<S>( stream: S, config: Config, ) -> ParseResult<Request<BodyReader>>where S: AsyncRead + Send + Unpin + 'static,
Helper function to help parsing stream into Request instance.
Request
See new_with for more information.
new_with