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