TSHttpTxnResponseActionGet¶
Synopsis¶
#include <ts/ts.h>
-
void TSHttpTxnResponseActionGet(TSHttpTxn txnp, TSResponseAction *action)¶
Description¶
Gets the ResponseAction set by a plugin.
The action is an out-param and must point to a valid location
The returned action.hostname must not be modified, and is owned by some plugi n if not null.
The action members will always be zero, if no plugin has called TSHttpTxnResp onseActionSet.