#include <format>
Go to the source code of this file.
Classes | |
struct | std::formatter< dcn::http::Code > |
Namespaces | |
namespace | dcn |
namespace | dcn::http |
Enumerations | |
enum class | dcn::http::Code { dcn::http::Unknown = 0 , dcn::http::OK = 200 , dcn::http::Created = 201 , dcn::http::BadRequest = 400 , dcn::http::Unauthorized = 401 , dcn::http::Forbidden = 403 , dcn::http::NotFound = 404 , dcn::http::InternalServerError = 500 , dcn::http::ServiceUnavailable = 503 , dcn::http::GatewayTimeout = 504 } |
Enum to represent HTTP response status codes. More... | |