Corrected a spelling mistake
This commit is contained in:
parent
16f917a0b2
commit
f981c06fc3
@ -25,7 +25,7 @@ class HttpClient : public WiFiClient, public HttpConstants
|
|||||||
HttpClient(const HttpClient &object);
|
HttpClient(const HttpClient &object);
|
||||||
virtual ~HttpClient();
|
virtual ~HttpClient();
|
||||||
|
|
||||||
int sendHttpQuery(const char *ressource,
|
int sendHttpQuery(const char *resource,
|
||||||
HttpRequestMethod method = HttpRequestMethod::GET,
|
HttpRequestMethod method = HttpRequestMethod::GET,
|
||||||
Dictionary<DictionaryHelper::StringEntity> *getData = NULL,
|
Dictionary<DictionaryHelper::StringEntity> *getData = NULL,
|
||||||
Dictionary<DictionaryHelper::StringEntity> *postData = NULL,
|
Dictionary<DictionaryHelper::StringEntity> *postData = NULL,
|
||||||
|
Loading…
Reference in New Issue
Block a user