TSHttpTxnPluginTagGet
Fetch the tag of the plugin that created this transaction.
Synopsis
#include <ts/ts.h>
- 
const char *
TSHttpTxnPluginTagGet(TSHttpTxn txnp)
 
 
Description
This call retrieves the tag associated with the transaction.  This
tag is set by the plugin that created the transaction.
 
See also
TSHttpConnectWithPluginId(3ts),
TSAPI(3ts)