pub fn construct_request(request: &str) -> Option<Http1Request>
Expand description
A function for converting HTTP/1.x request strings into Http1Request. Construction functions aim to be as transparent as possible so apart from turning it into a structure, the request stays relatively unchanged.