pub fn method_pattern<I, F>(f: F) -> impl FnMut(I) -> Res<I, HttpMethodPattern>where
I: InputLength + InputTake + Compare<&'static str> + Clone,
F: Parser<I, HttpMethod, SpaceTree<I>>,pub fn method_pattern<I, F>(f: F) -> impl FnMut(I) -> Res<I, HttpMethodPattern>where
I: InputLength + InputTake + Compare<&'static str> + Clone,
F: Parser<I, HttpMethod, SpaceTree<I>>,