|
Webserv
|
This is the complete list of members for http::Headers, including all inherited members.
| add(std::string const &key, std::string const &value) | http::Headers | |
| begin() const | http::Headers | |
| clear() | http::Headers | |
| const_iterator typedef | http::Headers | |
| end() const | http::Headers | |
| erase(std::string const &key) | http::Headers | |
| find(std::string const &key) const | http::Headers | |
| findHeaderEnd(const std::string &buffer, size_t &offset) | http::Headers | static |
| get(const std::string &key, std::string &value) const | http::Headers | |
| get(const std::string &key) const | http::Headers | |
| getContentLength() const | http::Headers | |
| getMap() const | http::Headers | |
| has(std::string const &key) const | http::Headers | |
| HeaderMap typedef | http::Headers | |
| Headers() | http::Headers | |
| isContentChunked() const | http::Headers | |
| iterator typedef | http::Headers | |
| map_ | http::Headers | private |
| normalizeKey(std::string &key) | http::Headers | privatestatic |
| normalizeKey(std::string const &key) | http::Headers | privatestatic |
| parse(std::string &, Headers &, bool strict=false) | http::Headers | static |
| parse(std::istringstream &, Headers &, bool strict=false) | http::Headers | static |
| toString() const | http::Headers |