Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
Loading...
Searching...
No Matches
HttpParser.cpp File Reference
#include <orbit/http/HttpParser.hpp>
#include <sstream>
#include <cctype>
Include dependency graph for HttpParser.cpp:

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.