Realistic 3D camera system
3D camera system components
|
A reply to be sent to a client. More...
#include <reply.hpp>
Public Types | |
enum | status_type { ok = 200, created = 201, accepted = 202, no_content = 204, multiple_choices = 300, moved_permanently = 301, moved_temporarily = 302, not_modified = 304, bad_request = 400, unauthorized = 401, forbidden = 403, not_found = 404, internal_server_error = 500, not_implemented = 501, bad_gateway = 502, service_unavailable = 503 } |
The status of the reply. More... | |
Public Member Functions | |
std::vector< asio::const_buffer > | to_buffers () |
Static Public Member Functions | |
static reply | stock_reply (status_type status) |
Get a stock reply. More... | |
Public Attributes | |
enum http::server2::reply::status_type | status |
std::vector< header > | headers |
The headers to be included in the reply. More... | |
std::string | content |
The content to be sent in the reply. More... | |
|
static |
std::vector< asio::const_buffer > http::server2::reply::to_buffers | ( | ) |
std::string http::server2::reply::content |
std::vector<header> http::server2::reply::headers |
enum http::server2::reply::status_type http::server2::reply::status |