TSHttpCntlType¶
Synopsis¶
#include <ts/apidefs.h>
- 
enum TSHttpCntlType¶
- The feature to control. - 
enumerator TS_HTTP_CNTL_LOGGING_MODE¶
- Turn off (or on) all logging for this transaction. 
 - 
enumerator TS_HTTP_CNTL_INTERCEPT_RETRY_MODE¶
- Control the intercept retry mode. 
 - 
enumerator TS_HTTP_CNTL_RESPONSE_CACHEABLE¶
- Make the response cacheable or uncacheable. 
 - 
enumerator TS_HTTP_CNTL_REQUEST_CACHEABLE¶
- Make the request cacheable or uncacheable. 
 - 
enumerator TS_HTTP_CNTL_SERVER_NO_STORE¶
- Make the server response uncacheable. 
 - 
enumerator TS_HTTP_CNTL_TXN_DEBUG¶
- Turn on transaction debugging. 
 - 
enumerator TS_HTTP_CNTL_SKIP_REMAPPING¶
- Skip the remap requirement for this transaction. 
 
- 
enumerator 
Description¶
These enumeration members are used together with the APIs to Set and Get control status of a transaction.