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

NAME

       TSMimeHdrFieldFind  - retrieves the TSMLoc location of a specified MIME field from within the MIME header
       located at hdr

SYNOPSIS

       #include <ts/ts.h>

       TSMLoc TSMimeHdrFieldFind(TSMBuffer bufp, TSMLoc hdr, const char *name, int length)

DESCRIPTION

       The name and length parameters specify which field to retrieve.  For each MIME field in the MIME  header,
       a  case  insensitive  string comparison is done between the field name and name.  If TSMimeHdrFieldFind()
       cannot find the requested field, it returns TS_NULL_MLOC.  Release the returned TSMLoc handle with a call
       to TSHandleMLocRelease().

COPYRIGHT

       2014, dev@trafficserver.apache.org

5.3                                              April 18, 2016                          TSMIMEHDRFIELDFIND(3ts)