MCPcopy Create free account
hub / github.com/chrxh/alien / has_request_header

Method has_request_header

external/cpp-httplib/httplib.h:4654–4656  ·  view source on GitHub ↗

Result implementation

Source from the content-addressed store, hash-verified

4652
4653 // Result implementation
4654 inline bool Result::has_request_header(const char* key) const {
4655 return request_headers_.find(key) != request_headers_.end();
4656 }
4657
4658 inline std::string Result::get_request_header_value(const char* key,
4659 size_t id) const {

Callers

nothing calls this directly

Calls 2

findMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected