From 3a951081f85b2358feb0f828cf3f04695df69410 Mon Sep 17 00:00:00 2001 From: amcewen Date: Sat, 14 May 2011 15:25:14 +0100 Subject: [PATCH] Added initial version of the README to explain the library --- README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..c7124dc --- /dev/null +++ b/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). +