Content-Type representation. More...
#include <iosfwd>#include <stdexcept>#include <string>#include <string_view>#include <userver/utils/str_icase.hpp>
Include dependency graph for content_type.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | http::MalformedContentType |
| Content-Type parsing error. More... | |
| class | http::ContentType |
| Content-Type representation. More... | |
| class | http::ContentTypeHash |
Namespaces | |
| namespace | http |
| HTTP helpers. | |
Functions | |
| bool | http::operator== (const ContentType &, const ContentType &) |
| bool | http::operator!= (const ContentType &, const ContentType &) |
| bool | http::operator< (const ContentType &, const ContentType &) |
| std::ostream & | http::operator<< (std::ostream &, const ContentType &) |
Content-Type representation.
Definition in file content_type.hpp.