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 6e63262 commit 3a95108Copy full SHA for 3a95108
README
@@ -0,0 +1,9 @@
1
+HttpClient is a library to make it easier to interact with web servers from Arduino.
2
+
3
+Dependencies:
4
+- Requires the new Ethernet library API (with DHCP and DNS) which is in Arduino 1.0.
5
+- Requires the b64 base64 encoding library, available from https://github.com/amcewen/b64
6
7
+In normal usage, handles the outgoing request and Host header. The returned status code is
8
+parsed for you, as is the Content-Length header (if present).
9
0 commit comments