Provided by: trafficserver-dev_9.2.4+ds-2_amd64 bug

NAME

       TSMimeHdrFieldAppend - TSMimeHdrFieldAppend API function

SYNOPSIS

          #include <ts/ts.h>

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

DESCRIPTION

       Attaches  a  MIME field to a header. The header is represented by the bufp and hdr arguments which should
       have been obtained by a call to TSHttpTxnClientReqGet() or similar. If the field in field was created  by
       calling  TSMimeHdrFieldCreateNamed()  the  same  bufp  and  hdr  passed  to that should be passed to this
       function.

       Returns TS_SUCCESS if the field was attached to the header, TS_ERROR if it  was  not.  Fields  cannot  be
       attached to read only headers.

COPYRIGHT

       2024, dev@trafficserver.apache.org

9.2                                               Apr 16, 2024                         TSMIMEHDRFIELDAPPEND(3ts)