Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
Loading...
Searching...
No Matches
HttpParser.hpp File Reference
#include <orbit/http/HttpRequest.hpp>
#include <optional>
#include <string_view>
Include dependency graph for HttpParser.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  http::HttpParser
 Utility class for parsing HTTP requests and related components. More...
 

Namespaces

namespace  http
 

Functions

bool http::connection_option_present (std::string_view field_value, std::string_view option)
 Tests whether a Connection header field carries a given option.