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

Method handleOsDns

include/tscpp/api/Plugin.h:115–119  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

113 * This method must be implemented when you hook HOOK_OS_DNS
114 */
115 virtual void
116 handleOsDns(Transaction &transaction)
117 {
118 transaction.resume();
119 };
120
121 /**
122 * This method must be implemented when you hook HOOK_READ_REQUEST_HEADERS

Callers 1

invokePluginForEventFunction · 0.80

Calls 1

resumeMethod · 0.80

Tested by

no test coverage detected