Skip to content

Releases: Humminghead/XMLHttpRequest

1.0.2

28 May 07:48
d688a17

Choose a tag to compare

Bug-fix:

  • Content length calculation was fixed in the HTTP response

Release 1.0.1

18 Apr 19:38

Choose a tag to compare

Features:

  • In HttpResponse method type() became available. This method allows to change the 'content-encoding' of the response.

Release 1.0.0

18 Apr 19:33

Choose a tag to compare

This release contains the main part of the XMLHttpRequest library.
In this release, the library supports two methods of interacting with servers - GET and POST. All of these methods are available in both synchronous and asynchronous modes.