| 1484 | |
| 1485 | template <typename T> |
| 1486 | inline T get_header_value(const Headers & /*headers*/, const char * /*key*/, |
| 1487 | size_t /*id*/ = 0, uint64_t /*def*/ = 0) {} |
| 1488 | |
| 1489 | template <> |
| 1490 | inline uint64_t get_header_value<uint64_t>(const Headers &headers, |
no outgoing calls
no test coverage detected