mirror of
https://github.com/arduino-libraries/ArduinoHttpClient.git
synced 2025-04-19 21:22:15 +03:00
Added initial version of the README to explain the library
This commit is contained in:
parent
6e632624bf
commit
3a951081f8
9
README
Normal file
9
README
Normal file
@ -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).
|
||||
|
Loading…
x
Reference in New Issue
Block a user