Parse the head of an HTTP/1.x request out of `buf`, borrowing from it. `buf` is expected to contain at least the request-line and the headers terminated by `CRLFCRLF`; any bytes after that terminator are exposed through [`RawRequest1x::body_remainder`]. No bytes are copied.
(buf: &'a [u8])
source not stored for this graph (policy: none)
no test coverage detected