Function hyper::http::read_request_line
[-]
[+]
[src]
pub fn read_request_line<R: Reader>(stream: &mut R) -> HttpResult<RequestLine>
Read the RequestLine
, such as GET / HTTP/1.1
.