Releases: taimos/HTTPUtils
Releases · taimos/HTTPUtils
2.2
v2.2
[maven-release-plugin] copy for tag v2.2
1.11
v1.11
[maven-release-plugin] copy for tag v1.11
1.10
v1.10
[maven-release-plugin] copy for tag v1.10
1.9
- SLF4J 1.7.12
- HTTPClient 4.4.1
- fix #9 RFC2617 validation
1.8
- fix javadoc
- version updates
- make HTTPRequest final and restrict creation to WS.url()
- HTTP Request Builder state is now thread save
- async methods can run in a user defined thread pool (Executor)
1.7
- add HEAD method
- fix bug in form param iterator
1.4
- latest SLF4J binding
- Adding method for form content
- user agent support
- PATCH method added
1.3
- Allow deactivation of Redirects
- Adding default HTTPResponseCallbacks
- Using latest version of Apache HTTP-client