starlane_space::space::parse

Function method_pattern

Source
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>>,