1 #if !defined(_RADIOLIB_HTTP_H)
2 #define _RADIOLIB_HTTP_H
4 #include "../../TypeDef.h"
6 #if !defined(RADIOLIB_EXCLUDE_HTTP)
8 #include "../TransportLayer/TransportLayer.h"
35 int16_t
get(String& url, String& response);
46 int16_t
get(
const char* url, String& response);
61 int16_t
post(
const char* url,
const char* content, String& response,
const char* contentType =
"text/plain");
63 #ifndef RADIOLIB_GODMODE