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

Function get_header_value

examples/server/httplib.h:1612–1614  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1610
1611template <typename T>
1612inline T get_header_value(const Headers & /*headers*/,
1613 const std::string & /*key*/, size_t /*id*/ = 0,
1614 uint64_t /*def*/ = 0) {}
1615
1616template <>
1617inline uint64_t get_header_value<uint64_t>(const Headers &headers,

Callers 4

get_header_valueMethod · 0.85

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected