| 1630 | |
| 1631 | template <typename T> |
| 1632 | inline T Request::get_header_value(const std::string &key, size_t id) const { |
| 1633 | return detail::get_header_value<T>(headers, key, id, 0); |
| 1634 | } |
| 1635 | |
| 1636 | template <typename T> |
| 1637 | inline T Response::get_header_value(const std::string &key, size_t id) const { |
no test coverage detected