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

Function parseAttributes

plugins/esi/common/Utils.h:91–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 void parseAttributes(const char *data, int data_len, AttributeList &attr_list, const char *pair_separators = " ");
90
91 inline void
92 parseAttributes(const std::string &data, AttributeList &attr_list, const char *pair_separators = " ")
93 {
94 parseAttributes(data.data(), data.size(), attr_list, pair_separators);
95 }
96
97 using KeyValueMap = std::map<std::string, std::string>;
98 using HeaderValueList = std::list<std::string>;

Callers 4

_parseQueryStringMethod · 0.85
_parseSubCookiesMethod · 0.85
_parseCookieStringMethod · 0.85
utils_test.ccFile · 0.85

Calls 2

dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected