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

Method get_request_header_value_u64

examples/server/httplib.h:1917–1920  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1915}
1916
1917inline uint64_t Result::get_request_header_value_u64(const std::string &key,
1918 size_t id) const {
1919 return detail::get_header_value_u64(request_headers_, key, id, 0);
1920}
1921
1922template <class Rep, class Period>
1923inline void ClientImpl::set_connection_timeout(

Callers

nothing calls this directly

Calls 1

get_header_value_u64Function · 0.85

Tested by

no test coverage detected