logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

TSHttpHdrLengthGet - TSHttpHdrLengthGet API function

Description

       Return  the length in characters of the HTTP header specified by bufp and mloc which must specify a valid
       HTTP  header.  Usually   these   values   would   have   been   obtained   via   an   earlier   call   to
       TSHttpTxnServerReqGet(),  TSHttpTxnClientReqGet(), TSHttpTxnServerRespGet(), TSHttpTxnClientRespGet(), or
       via calls to create a new HTTP header such as TSHttpHdrCreate().

Name

       TSHttpHdrLengthGet - TSHttpHdrLengthGet API function

Synopsis

          #include <ts/ts.h>

       intTSHttpHdrLengthGet(TSMBufferbufp,TSMLocmloc)

See Also