MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / get_request_header_value

Method get_request_header_value

dependencies/httplib/httplib.h:1620–1622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1618
1619template <typename T>
1620inline T Result::get_request_header_value(const char *key, size_t id) const {
1621 return detail::get_header_value<T>(request_headers_, key, id, 0);
1622}
1623
1624template <class Rep, class Period>
1625inline void ClientImpl::set_connection_timeout(

Callers

nothing calls this directly

Calls 1

get_header_valueFunction · 0.85

Tested by

no test coverage detected