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

Method getValue

plugins/origin_server_auth/aws_auth_v4_wrap.h:79–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77 return TSMimeHdrFieldNameGet(_bufp, _hdrs, _field, len);
78 }
79 const char *
80 getValue(int *len)
81 {
82 return TSMimeHdrFieldValueStringGet(_bufp, _hdrs, _field, -1, len);
83 }
84 TSMBuffer _bufp = nullptr;
85 TSMLoc _hdrs;
86 TSMLoc _field;

Callers 3

Expression.ccFile · 0.45
vars_test.ccFile · 0.45

Calls 1

Tested by

no test coverage detected