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

Go to the source code of this file.

Classes

struct  http::Cookie
 Represents an HTTP cookie. More...
 
class  http::HttpResponse
 Represents an HTTP response to be sent to a client. More...
 

Namespaces

namespace  http
 

Enumerations

enum class  http::HttpStatus {
  http::SwitchingProtocols = 101 , http::OK = 200 , http::Created = 201 , http::NoContent = 204 ,
  http::MovedPermanently = 301 , http::Found = 302 , http::NotModified = 304 , http::BadRequest = 400 ,
  http::Unauthorized = 401 , http::Forbidden = 403 , http::NotFound = 404 , http::PayloadTooLarge = 413 ,
  http::TooManyRequests = 429 , http::RequestHeaderFieldsTooLarge = 431 , http::UnprocessableEntity = 422 , http::InternalServerError = 500
}
 Standard HTTP status codes. More...