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

NAME

       TSHttpTxnCntl - TSHttpTxnCntl API function

SYNOPSIS

          #include <ts/ts.h>

       bool TSHttpTxnCntlGet(TSHttpTxn txnp, TSHttpCntlType ctrl)

       TSReturnCode TSHttpTxnCntlSet(TSHttpTxn txnp, TSHttpCntlType cntl, bool data)

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.

COPYRIGHT

       2024, dev@trafficserver.apache.org