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

Method getName

plugins/origin_server_auth/aws_auth_v4_wrap.h:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 return _bufp == it._bufp && _hdrs == it._hdrs && _field == it._field;
73 }
74 const char *
75 getName(int *len)
76 {
77 return TSMimeHdrFieldNameGet(_bufp, _hdrs, _field, len);
78 }
79 const char *
80 getValue(int *len)
81 {

Callers 1

Calls 1

TSMimeHdrFieldNameGetFunction · 0.85

Tested by

no test coverage detected