MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / get_header_value

Method get_header_value

examples/server/httplib.h:1632–1634  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1630
1631template <typename T>
1632inline T Request::get_header_value(const std::string &key, size_t id) const {
1633 return detail::get_header_value<T>(headers, key, id, 0);
1634}
1635
1636template <typename T>
1637inline T Response::get_header_value(const std::string &key, size_t id) const {

Callers 9

mainFunction · 0.80
encoding_typeFunction · 0.80
prepare_content_receiverFunction · 0.80
parse_www_authenticateFunction · 0.80
write_response_coreMethod · 0.80
read_contentMethod · 0.80
read_content_coreMethod · 0.80
process_requestMethod · 0.80
redirectMethod · 0.80

Calls 1

get_header_valueFunction · 0.85

Tested by

no test coverage detected