MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / has_request_header

Method has_request_header

external/httplib.h:5814–5816  ·  view source on GitHub ↗

Result implementation

Source from the content-addressed store, hash-verified

5812
5813// Result implementation
5814inline bool Result::has_request_header(const std::string &key) const {
5815 return request_headers_.find(key) != request_headers_.end();
5816}
5817
5818inline std::string Result::get_request_header_value(const std::string &key,
5819 const char *def,

Callers

nothing calls this directly

Calls 2

findMethod · 0.80
endMethod · 0.45

Tested by

no test coverage detected