MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / get_request_header_value

Method get_request_header_value

examples/server/httplib.h:5267–5270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5265}
5266
5267inline std::string Result::get_request_header_value(const std::string &key,
5268 size_t id) const {
5269 return detail::get_header_value(request_headers_, key, id, "");
5270}
5271
5272inline size_t
5273Result::get_request_header_value_count(const std::string &key) const {

Callers

nothing calls this directly

Calls 1

get_header_valueFunction · 0.85

Tested by

no test coverage detected