MCPcopy Create free account
hub / github.com/apache/trafficserver / handleReadResponseHeaders

Method handleReadResponseHeaders

include/tscpp/api/Plugin.h:97–101  ·  view source on GitHub ↗

* This method must be implemented when you hook HOOK_READ_RESPONSE_HEADERS */

Source from the content-addressed store, hash-verified

95 * This method must be implemented when you hook HOOK_READ_RESPONSE_HEADERS
96 */
97 virtual void
98 handleReadResponseHeaders(Transaction &transaction)
99 {
100 transaction.resume();
101 };
102
103 /**
104 * This method must be implemented when you hook HOOK_SEND_RESPONSE_HEADERS

Callers 1

invokePluginForEventFunction · 0.45

Calls 1

resumeMethod · 0.80

Tested by

no test coverage detected