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

Method handleReadRequestHeadersPreRemap

include/tscpp/api/Plugin.h:70–74  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

68 * This method must be implemented when you hook HOOK_READ_REQUEST_HEADERS_PRE_REMAP
69 */
70 virtual void
71 handleReadRequestHeadersPreRemap(Transaction &transaction)
72 {
73 transaction.resume();
74 };
75
76 /**
77 * This method must be implemented when you hook HOOK_READ_REQUEST_HEADERS_POST_REMAP

Callers 1

invokePluginForEventFunction · 0.45

Calls 1

resumeMethod · 0.80

Tested by

no test coverage detected