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

Method find

src/tscpp/api/Headers.cc:639–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

637}
638
639header_field_iterator
640Headers::find(const std::string &key)
641{
642 return find(key.c_str(), key.length());
643}
644
645header_field_iterator
646Headers::find(const char *key, int length)

Callers 15

_do_http_requestMethod · 0.45
build_yamlMethod · 0.45
parse_print_optsFunction · 0.45
write_outputMethod · 0.45
create_directoryFunction · 0.45
filter_ts_directoriesFunction · 0.45
filter_ts_filesFunction · 0.45
create_runrootMethod · 0.45
remove_runrootMethod · 0.45
permission_handlerFunction · 0.45
add_statMethod · 0.45

Calls 4

TSMimeHdrFieldFindFunction · 0.85
c_strMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected