Provided by: trafficserver-dev_9.2.3+ds-1+deb12u1build4_amd64 bug

NAME

       TSMimeHdrCopy - TSMimeHdrCopy API function

SYNOPSIS

          #include <ts/ts.h>

       TSReturnCode TSMimeHdrCopy(TSMBuffer dest_bufp, TSMLoc dest_offset, TSMBuffer src_bufp, TSMLoc
       src_offset)

DESCRIPTION

       Copies  the  contents of the MIME header located at src_loc within src_bufp to the MIME header located at
       dest_loc within dest_bufp.

       TSMimeHdrCopy() works correctly even if src_bufp and dest_bufp point to different marshal buffers.

       IMPORTANT:
          You must create the destination MIME header before copying into it, using TSMimeHdrCreate().

COPYRIGHT

       2024, dev@trafficserver.apache.org

9.2                                               Apr 01, 2024                                TSMIMEHDRCOPY(3ts)