Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5bda5b6

Browse filesBrowse files
committed
release commit
1 parent 767ecf2 commit 5bda5b6
Copy full SHA for 5bda5b6

File tree

2 files changed

+9
-3
lines changed
Filter options

2 files changed

+9
-3
lines changed

‎CHANGELOG.md

Copy file name to clipboard
+8-2Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
## ArduinoHttpClient 0.1.0 - 2016.07.05
1+
## ArduinoHttpClient 0.2.0 - 2017.01.12
22

3-
* Initial release
3+
* Added PATCH method
4+
* Added basic auth example
5+
* Added custom header example
46

57
## ArduinoHttpClient 0.1.1 - 2016.12.16
68

79
* More robust response parser
810

11+
## ArduinoHttpClient 0.1.0 - 2016.07.05
12+
13+
* Initial release
14+

‎library.properties

Copy file name to clipboardExpand all lines: library.properties
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=ArduinoHttpClient
2-
version=0.1.1
2+
version=0.2.0
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
55
sentence=[EXPERIMENTAL] Easily interact with web servers from Arduino, using HTTP and WebSocket's.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.