Provided by: trafficserver-dev_5.3.0-2ubuntu2_amd64 bug

NAME

       TSMimeHdrFieldAppend  - returns the TSMLoc location of a specified MIME field from within the MIME header
       located at hdr

SYNOPSIS

       #include <ts/ts.h>

       TSReturnCode TSMimeHdrFieldAppend(TSMBuffer bufp, TSMLoc hdr, TSMLoc field)

DESCRIPTION

       The retrieved_str parameter specifies which field to retrieve.  For each MIME field in the MIME header, a
       pointer comparison is done between the field name and retrieved_str.  This is a  much  quicker  retrieval
       function  than  TSMimeHdrFieldFind()  since  it  obviates  the  need  for  a string comparison.  However,
       retrieved_str must be one of the predefined field names of the form TS_MIME_FIELD_XXX  for  the  call  to
       succeed.  Release the returned TSMLoc handle with a call to TSHandleMLocRelease().

COPYRIGHT

       2014, dev@trafficserver.apache.org

5.3                                              April 18, 2016                        TSMIMEHDRFIELDAPPEND(3ts)