[]Function restq_http::tag

pub fn tag<'a, 'b>(tag: &'b str) -> Parser<'a, char, &'a str> where
    'b: 'a, 

Success when tag matches current input.