You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,13 @@ HttpClient is a library to make it easier to interact with web servers from Ardu
3
3
Dependencies:
4
4
- Requires the new Ethernet library API (with DHCP and DNS) which is in Arduino 1.0.
5
5
6
+
Installation:
7
+
- Click the "Download Zip" button on the right-hand-side of https://github.com/amcewen/HttpClient and save the file somewhere
8
+
- Run the Arduino IDE
9
+
- In the IDE, go to the Sketch -> Import Library -> Add Library... menu option
10
+
- Find the zip file that you saved in the first step, and choose that
11
+
- Check that it has been successfully added by opening the Sketch -> Import Library menu. You should now see HttpClient listed among the available libraries.
12
+
6
13
In normal usage, handles the outgoing request and Host header. The returned status code is
7
14
parsed for you, as is the Content-Length header (if present).
0 commit comments