MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / get_request_header_value

Method get_request_header_value

examples/server/httplib.h:1737–1740  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1735
1736template <typename T>
1737inline T Result::get_request_header_value(const std::string &key,
1738 size_t id) const {
1739 return detail::get_header_value<T>(request_headers_, key, id, 0);
1740}
1741
1742template <class Rep, class Period>
1743inline void ClientImpl::set_connection_timeout(

Callers

nothing calls this directly

Calls 1

get_header_valueFunction · 0.85

Tested by

no test coverage detected