We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262ea42 commit d3d577aCopy full SHA for d3d577a
CHANGELOG.md
@@ -6,6 +6,7 @@
6
- Fixed URL encoding feature, that was breaking whole URL, not just path and query parts
7
- FileAsyncHttpResponseHandler now checks that target file path is available or can be created
8
- DataAsyncHttpResponseHandler was sending cancel notification instead of progress notification, fixed
9
+ - Added support for HTTP PATCH requests
10
11
## 1.4.6 (released 7. 9. 2014)
12
NOTICE.txt
@@ -0,0 +1,6 @@
1
+Android Async Http Client library
2
+Copyright (c) 2011-2014 James Smith <james@loopj.com>
3
+http://loopj.com
4
+
5
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
0 commit comments