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

Method has_header

dependencies/httplib/httplib.h:4451–4453  ·  view source on GitHub ↗

Request implementation

Source from the content-addressed store, hash-verified

4449
4450// Request implementation
4451inline bool Request::has_header(const char *key) const {
4452 return detail::has_header(headers, key);
4453}
4454
4455inline std::string Request::get_header_value(const char *key, size_t id) const {
4456 return detail::get_header_value(headers, key, id, "");

Callers 6

parse_www_authenticateFunction · 0.80
write_response_coreMethod · 0.80
read_content_coreMethod · 0.80
handle_file_requestMethod · 0.80
process_requestMethod · 0.80
write_requestMethod · 0.80

Calls 3

has_headerFunction · 0.85
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected