Searched refs:is_not_space (Results 1 – 1 of 1) sorted by relevance
59 fn is_not_space(c: u8) -> bool { in is_not_space() function73 let (input, uri) = take_while1(is_not_space)(input)?; in request_line()