forked from arduino-libraries/ArduinoHttpClient
-
Notifications
You must be signed in to change notification settings - Fork 0
ArduinoLibrariesForks/ArduinoHttpClient
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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).
About
Arduino HTTP Client library
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C++ 99.3%
- C 0.7%