Result implementation
| 5812 | |
| 5813 | // Result implementation |
| 5814 | inline bool Result::has_request_header(const std::string &key) const { |
| 5815 | return request_headers_.find(key) != request_headers_.end(); |
| 5816 | } |
| 5817 | |
| 5818 | inline std::string Result::get_request_header_value(const std::string &key, |
| 5819 | const char *def, |