Skip to content

Commit 3a95108

Browse files
committed
Added initial version of the README to explain the library
1 parent 6e63262 commit 3a95108

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)