]> git.piffa.net Git - arduino/blob - books/pdummies/Libraries/HttpClient/README.txt
giovedi
[arduino] / books / pdummies / Libraries / HttpClient / README.txt
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
6 In normal usage, handles the outgoing request and Host header.  The returned status code is
7 parsed for you, as is the Content-Length header (if present).
8