SOIL C++
C++ Unified Device Interface
HTTP Namespace Reference

Classes

class  Resource
 HTTP Resource base class. More...
 
class  Server
 HTPP Server. More...
 

Typedefs

typedef web::http::http_request Request
 HTTP Request. More...
 
typedef web::http::http_response Response
 HTTP Response. More...
 
typedef web::http::status_codes Status
 HTTP Status. More...
 
typedef web::http::methods Methods
 HTTP Methods. More...
 
typedef web::json::value Json
 HTTP JSON. More...
 

Typedef Documentation

◆ Json

typedef web::json::value HTTP::Json

Typedefinition for Json documents as provided by the cpprestsdk library.

Definition at line 39 of file Types.h.

◆ Methods

typedef web::http::methods HTTP::Methods

Typedefinition for HTTP Methods (Enum) as provided by the cpprestsdk library.

Definition at line 32 of file Types.h.

◆ Request

typedef web::http::http_request HTTP::Request

Typedefinition for HTTP Requests as provided by the cpprestsdk library.

Definition at line 11 of file Types.h.

◆ Response

typedef web::http::http_response HTTP::Response

Typedefinition for HTTP Responses as provided by the cpprestsdk library.

Definition at line 18 of file Types.h.

◆ Status

typedef web::http::status_codes HTTP::Status

Typedefinition for HTTP Status Codes as provided by the cpprestsdk library.

Definition at line 25 of file Types.h.