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

Method handleSendRequestHeaders

include/tscpp/api/Plugin.h:88–92  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

86 * This method must be implemented when you hook HOOK_SEND_REQUEST_HEADERS
87 */
88 virtual void
89 handleSendRequestHeaders(Transaction &transaction)
90 {
91 transaction.resume();
92 };
93
94 /**
95 * This method must be implemented when you hook HOOK_READ_RESPONSE_HEADERS

Callers 1

invokePluginForEventFunction · 0.45

Calls 1

resumeMethod · 0.80

Tested by

no test coverage detected