userver: userver/http/content_type.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
content_type.hpp File Reference

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 &)
 

Detailed Description

Content-Type representation.

Definition in file content_type.hpp.