• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 use crate::iter::Bytes;
2 
3 // Fallbacks that do nothing...
4 
5 #[inline(always)]
match_uri_vectored(_: &mut Bytes<'_>)6 pub fn match_uri_vectored(_: &mut Bytes<'_>) {}
7 #[inline(always)]
match_header_value_vectored(_: &mut Bytes<'_>)8 pub fn match_header_value_vectored(_: &mut Bytes<'_>) {}
9