![]() |
ThingsBoard Client SDK 0.16.0
Client SDK to connect with ThingsBoard IoT Platform from IoT devices (Arduino, Espressif, etc.)
|
This is the complete list of members for IHTTP_Client, including all inherited members.
| connect(char const *host, uint16_t port)=0 | IHTTP_Client | pure virtual |
| get(const char *url_path)=0 | IHTTP_Client | pure virtual |
| get_response_body()=0 | IHTTP_Client | pure virtual |
| get_response_status_code()=0 | IHTTP_Client | pure virtual |
| post(char const *url_path, char const *content_type, char const *request_body)=0 | IHTTP_Client | pure virtual |
| set_keep_alive(bool keep_alive)=0 | IHTTP_Client | pure virtual |
| stop()=0 | IHTTP_Client | pure virtual |
| ~IHTTP_Client() | IHTTP_Client | inlinevirtual |