4 lines
205 B
C++
4 lines
205 B
C++
#include <HTTPClient.h>
|
|
|
|
void getRequest(HTTPClient &httpClient, const String url, String &response);
|
|
void postRequest(HTTPClient &httpClient, const String url, const String &payload, String &response); |