Function hyper::http::read_method [-]  [+] [src]

pub fn read_method<R: Reader>(stream: &mut R) -> HttpResult<Method>

Read a Method from a raw stream, such as GET.

Note:

Extension methods are only parsed to 16 characters.