///////////////////////////////////////////////////////
| 141 | |
| 142 | //////////////////////////////////////////////////////////// |
| 143 | bool Http::Request::hasField(const std::string& field) const |
| 144 | { |
| 145 | return m_fields.find(toLower(field)) != m_fields.end(); |
| 146 | } |
| 147 | |
| 148 | |
| 149 | //////////////////////////////////////////////////////////// |
no test coverage detected