RadioLib
Universal wireless communication library for Arduino
|
This is the complete list of members for HTTPClient, including all inherited members.
get(String &url, String &response) | HTTPClient | |
get(const char *url, String &response) | HTTPClient | |
HTTPClient(TransportLayer *tl, uint16_t port=80) | HTTPClient | explicit |
post(const char *url, const char *content, String &response, const char *contentType="text/plain") | HTTPClient |