TSHttpHdrDestroy

Synopsis

#include <ts/ts.h>

void TSHttpHdrDestroy(TSMBuffer bufp, TSMLoc offset)

Description

Destroys the HTTP header located at :arg:`hdr_loc` within the marshal buffer :arg:`bufp`.

重要

Do not forget to release the handle :arg:`hdr_loc` with a call to TSHandleMLocRelease().