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

Method handleSendResponseHeaders

include/tscpp/api/Plugin.h:106–110  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

104 * This method must be implemented when you hook HOOK_SEND_RESPONSE_HEADERS
105 */
106 virtual void
107 handleSendResponseHeaders(Transaction &transaction)
108 {
109 transaction.resume();
110 };
111
112 /**
113 * This method must be implemented when you hook HOOK_OS_DNS

Callers 1

invokePluginForEventFunction · 0.45

Calls 1

resumeMethod · 0.80

Tested by

no test coverage detected