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

Method options

plugins/authproxy/authproxy.cc:181–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 }
180
181 const AuthOptions *
182 options() const
183 {
184 AuthOptions *opt;
185
186 opt = static_cast<AuthOptions *>(TSUserArgGet(this->txn, AuthTaggedRequestArg));
187 return opt ? opt : AuthGlobalOptions;
188 }
189
190 static AuthRequestContext *allocate();
191 static void destroy(AuthRequestContext *);

Callers 3

StateAuthProxyConnectFunction · 0.80
StateAuthorizedFunction · 0.80

Calls 1

TSUserArgGetFunction · 0.85

Tested by

no test coverage detected