Skip to content

Commit

Permalink
Added initial version of the README to explain the library
Browse files Browse the repository at this point in the history
  • Loading branch information
amcewen committed May 14, 2011
1 parent 6e63262 commit 3a95108
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README
@@ -0,0 +1,9 @@
HttpClient is a library to make it easier to interact with web servers from Arduino.

Dependencies:
- Requires the new Ethernet library API (with DHCP and DNS) which is in Arduino 1.0.
- Requires the b64 base64 encoding library, available from https://github.com/amcewen/b64

In normal usage, handles the outgoing request and Host header. The returned status code is
parsed for you, as is the Content-Length header (if present).

0 comments on commit 3a95108

Please sign in to comment.