| 1503 | |
| 1504 | template <typename T> |
| 1505 | inline T Request::get_header_value(const char *key, size_t id) const { |
| 1506 | return detail::get_header_value<T>(headers, key, id, 0); |
| 1507 | } |
| 1508 | |
| 1509 | template <typename T> |
| 1510 | inline T Response::get_header_value(const char *key, size_t id) const { |
no test coverage detected