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

Method get_request_header_value

external/cpp-httplib/httplib.h:1625–1627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1623
1624 template <typename T>
1625 inline T Result::get_request_header_value(const char* key, size_t id) const {
1626 return detail::get_header_value<T>(request_headers_, key, id, 0);
1627 }
1628
1629 template <class Rep, class Period>
1630 inline void ClientImpl::set_connection_timeout(

Callers

nothing calls this directly

Calls 1

get_header_valueFunction · 0.85

Tested by

no test coverage detected