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

Method initialize

plugins/origin_server_auth/origin_server_auth.cc:771–782  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

769 }
770
771 bool
772 initialize()
773 {
774 if (TS_SUCCESS != TSHttpTxnServerReqGet(_txnp, &_bufp, &_hdr_loc)) {
775 return false;
776 }
777 if (TS_SUCCESS != TSHttpHdrUrlGet(_bufp, _hdr_loc, &_url_loc)) {
778 return false;
779 }
780
781 return true;
782 }
783
784 TSHttpStatus authorizeAwsV2(S3Config *s3);
785 TSHttpStatus authorizeAwsV4(S3Config *s3);

Callers 1

event_handlerFunction · 0.45

Calls 2

TSHttpTxnServerReqGetFunction · 0.85
TSHttpHdrUrlGetFunction · 0.85

Tested by

no test coverage detected