Skip to content

Releases: taimos/HTTPUtils

2.2

16 Feb 09:33
Compare
Choose a tag to compare
v2.2

[maven-release-plugin] copy for tag v2.2

1.11

03 Jun 16:39
Compare
Choose a tag to compare
v1.11

[maven-release-plugin]  copy for tag v1.11

1.10

03 Jun 16:34
Compare
Choose a tag to compare
v1.10

[maven-release-plugin]  copy for tag v1.10

1.9

20 May 19:27
Compare
Choose a tag to compare
1.9
  • SLF4J 1.7.12
  • HTTPClient 4.4.1
  • fix #9 RFC2617 validation

1.8

08 Feb 12:16
Compare
Choose a tag to compare
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

08 Feb 11:37
Compare
Choose a tag to compare
1.7
  • add HEAD method
  • fix bug in form param iterator

1.6

19 Sep 18:53
Compare
Choose a tag to compare
1.6
  • latest HTTPClient

1.5

25 Apr 17:28
Compare
Choose a tag to compare
1.5

update dependencies

1.4

07 Feb 20:15
Compare
Choose a tag to compare
1.4
  • latest SLF4J binding
  • Adding method for form content
  • user agent support
  • PATCH method added

1.3

05 Jan 16:22
Compare
Choose a tag to compare
1.3
  • Allow deactivation of Redirects
  • Adding default HTTPResponseCallbacks
  • Using latest version of Apache HTTP-client