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

Function TSHttpTxnClientProtocolStackContains

src/api/InkAPI.cc:8740–8746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8738}
8739
8740const char *
8741TSHttpTxnClientProtocolStackContains(TSHttpTxn txnp, const char *tag)
8742{
8743 sdk_assert(sdk_sanity_check_txn(txnp) == TS_SUCCESS);
8744 HttpSM *sm = reinterpret_cast<HttpSM *>(txnp);
8745 return sm->client_protocol_contains(std::string_view{tag});
8746}
8747
8748const char *
8749TSHttpSsnClientProtocolStackContains(TSHttpSsn ssnp, const char *tag)

Callers 6

proto_stack_cbFunction · 0.85
append_valueMethod · 0.85
serverPushMethod · 0.85
getPropertyMethod · 0.85
TSRemapDoRemapFunction · 0.85

Calls 2

sdk_sanity_check_txnFunction · 0.85

Tested by 1