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

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...