pub fn response(input: &[u8]) -> IResult<&[u8], Response>
Expand description

A nom parser for a response. Any bytes after the CRLF that separates the header from the response body will be considered part of the body.