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 4e476a6

Browse filesBrowse files
committed
Version 0.3.0
1 parent 765f2db commit 4e476a6
Copy full SHA for 4e476a6

File tree

2 files changed

+7
-1
lines changed
Filter options

2 files changed

+7
-1
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## ArduinoHttpClient 0.3.0 - 2017.04.20
2+
3+
* Added support for PATCH operations
4+
* Added support for chunked response bodies
5+
* Added new beginBody API
6+
17
## ArduinoHttpClient 0.2.0 - 2017.01.12
28

39
* Added PATCH method

‎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.2.0
2+
version=0.3.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.