|
client-cpp
0.10.0
|
#include <HttpClient.hpp>
Inheritance diagram for kaa::HttpClient:
Collaboration diagram for kaa::HttpClient:Public Member Functions | |
| HttpClient (IKaaClientContext &context) | |
| virtual std::shared_ptr < IHttpResponse > | sendRequest (const IHttpRequest &request, EndpointConnectionInfo *connection=nullptr) |
| virtual void | closeConnection () |
Public Member Functions inherited from kaa::IHttpClient | |
| virtual | ~IHttpClient ()=default |
Definition at line 31 of file HttpClient.hpp.
|
inline |
Definition at line 34 of file HttpClient.hpp.
|
virtual |
Close HTTP connection.
Implements kaa::IHttpClient.
|
virtual |
Send HTTP request.
| [in] | request | the http request which will be sent. |
| [in] | connection | the structure which is filled in case of successful connection establishment. |
Implements kaa::IHttpClient.