Searched refs:parse_method (Results 1 – 3 of 3) sorted by relevance
10 parse_method: &str, in assert_parse_ok_eq()25 parse_method, in assert_parse_ok_eq()35 parse_method, in assert_parse_ok_eq()
189 httparse::_benchable::parse_method(&mut b).unwrap() in method()
43 pub use super::parse_method;537 let method = complete!(parse_method(&mut bytes)); in parse_with_config_and_uninit_headers()843 pub fn parse_method<'a>(bytes: &mut Bytes<'a>) -> Result<&'a str> { in parse_method() function