Photon 1.0.0
|
Namespaces | |
namespace | HTTP |
Classes | |
class | HTTPError |
class | HTTPWriter |
class | IHTTPHelper |
class | MIMEFactory |
Typedefs | |
using | HTTPSharedPtr = std::shared_ptr< HTTP::HTTPSocket > |
Enumerations | |
enum | HTTP_ERROR_LIST : int16_t { HTTP_OK = 200 , HTTP_BAD_GATEWAY = 502 , HTTP_NOT_FOUND = 404 , HTTP_BAD_REQ = 403 , HTTP_DNS_ERROR = -1 , HTTP_INTERNAL_ERROR = -2 , HTTP_ERROR_COUNT = 6 } |
Variables | |
int16_t | PHOTON_HTTP_PORT = PHOTON_USE_HTTPS |
std::string | PHOTON_HTTP_GET = "GET" |
std::string | PHOTON_HTTP_POST = "POST" |
std::string | PHOTON_HTTP_PUT = "PUT" |
std::string | PHOTON_HTTP_DELETE = "DELETE" |
using Photon::HTTP::HTTPSharedPtr = typedef std::shared_ptr<HTTP::HTTPSocket> |
enum Photon::HTTP::HTTP_ERROR_LIST : int16_t |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |