Skip to main content

field_name

Function field_name 

Source
pub fn field_name(input: &[u8]) -> IResult<&[u8], FieldName<'_>>
Expand description

Header field name

field-name =   1*ftext
ftext      =   %d33-57 /          ; Printable US-ASCII
               %d59-126           ;  characters not including
                                  ;  ":".
followed by *WSP in the obsolete syntax