Function hyper::http::read_request_line
[-] [+]
[src]
pub fn read_request_line<R: Read>(stream: &mut R) -> HttpResult<RequestLine>
Read the RequestLine
, such as GET / HTTP/1.1
.
pub fn read_request_line<R: Read>(stream: &mut R) -> HttpResult<RequestLine>
Read the RequestLine
, such as GET / HTTP/1.1
.
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).