| 3393 | #endif |
| 3394 | |
| 3395 | inline bool has_header(const Headers &headers, const std::string &key) { |
| 3396 | return headers.find(key) != headers.end(); |
| 3397 | } |
| 3398 | |
| 3399 | inline const char *get_header_value(const Headers &headers, |
| 3400 | const std::string &key, size_t id, |
no test coverage detected