We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a95108 commit a9a0821Copy full SHA for a9a0821
HttpClient.h
@@ -5,7 +5,10 @@
5
#ifndef HttpClient_h
6
#define HttpClient_h
7
8
+#include <IPAddress.h>
9
#include "Ethernet.h"
10
+#include "Client.h"
11
+#include <../b64.h>
12
13
class HttpClient : public Client
14
{
0 commit comments