|
Orbit Framework
An ultra-modern, asynchronous, cross-platform C++ Web Framework.
|
#include <string>#include <string_view>#include <unordered_map>#include <orbit/http/json.hpp>#include <orbit/http/MultipartForm.hpp>#include <orbit/utils/CaseInsensitive.hpp>

Go to the source code of this file.
Classes | |
| struct | http::HttpRequest |
| Represents an incoming HTTP request. More... | |
Namespaces | |
| namespace | http |
Enumerations | |
| enum class | http::HttpMethod { http::GET , http::POST , http::PUT , http::PATCH , http::DELETE , http::OPTIONS , http::HEAD , http::UNKNOWN } |
| Represents standard HTTP methods. More... | |