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

TSHttpTxnCntl - TSHttpTxnCntl API function

Description

       Set or Get the status of various control mechanisms within the HTTP transaction. The control type must be
       one  of  the values are identified by the enumeration TSHttpCntlType. The values are boolean values, true
       and false. A true values turns on the transaction feature, and the false value turns it off.

Name

       TSHttpTxnCntl - TSHttpTxnCntl API function

Synopsis

          #include <ts/ts.h>

       boolTSHttpTxnCntlGet(TSHttpTxntxnp,TSHttpCntlTypectrl)TSReturnCodeTSHttpTxnCntlSet(TSHttpTxntxnp,TSHttpCntlTypecntl,booldata)

See Also