-
Notifications
You must be signed in to change notification settings - Fork 15
HTTP Service
suraj inamdar edited this page May 5, 2020
·
1 revision
This service provide HTTP client request ability to application. Arduino http client library is used as member of this service.
/**
* @var HTTPClient client
*/
HTTPClient client;
/**
* @var char array host
*/
char host[HTTP_HOST_ADDR_MAX_SIZE];
/**
* @var int|80 port
*/
int port=80;