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

Method pristine_url_get

plugins/experimental/txn_box/plugin/src/ts_util.cc:557–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555}
556
557ts::URL
558ts::HttpTxn::pristine_url_get() const
559{
560 TSMBuffer buff;
561 TSMLoc loc;
562 if (_txn != nullptr && TS_SUCCESS == TSHttpTxnPristineUrlGet(_txn, &buff, &loc)) {
563 return {buff, loc};
564 }
565 return {};
566}
567
568ts::HttpRequest
569ts::HttpTxn::ua_req_hdr()

Callers 4

extractMethod · 0.80
query_stringMethod · 0.80
extractMethod · 0.80
Ex_HTTP.ccFile · 0.80

Calls 1

TSHttpTxnPristineUrlGetFunction · 0.85

Tested by

no test coverage detected