MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / get_header_value

Method get_header_value

dependencies/httplib/httplib.h:1505–1507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1503
1504template <typename T>
1505inline T Request::get_header_value(const char *key, size_t id) const {
1506 return detail::get_header_value<T>(headers, key, id, 0);
1507}
1508
1509template <typename T>
1510inline T Response::get_header_value(const char *key, size_t id) const {

Callers 8

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