Skip to content
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.

Releases: yupswing/akifox-asynchttp

Improvements and fixes

11 Jan 11:16
Compare
Choose a tag to compare
  • Allow any HTTP method on requests (Javascript target only support POST and GET) (thanks to Ohmnivore #35)
  • Fixed crash when no connection on Android (thanks to PaulGene #30)

Lots of fixes and SSL native support

16 Dec 15:22
Compare
Choose a tag to compare
  • Fixed close connection using HTTP/1.1 (thanks to PaulGene #32)
  • Using Haxe 3.3 allow support for SSL in most platform out of the box
  • Beautify code
  • Added callbackProgress
  • Minor fixes

Better error management

22 Sep 09:50
Compare
Choose a tag to compare
  • Minor fixes
  • Fix uncatchable exceptions in multi-threaded execution
    • No more throwing, just log and passing response.error variable
  • Added comments to all public methods
  • Better class scope
  • Removed errorSafe, introduced logErrorEnabled

Optional callbackError

08 May 13:39
Compare
Choose a tag to compare

Added an optional callbackError to permit success and failure responses handling by different functions

SSL Support + Custom Headers + Redirects + more...

30 Apr 21:28
Compare
Choose a tag to compare
  • SSL support! (cpp+neko using hxssl, java+js+flash using standard haxe)
  • Easier instances (options instead of arguments for new Request objects)
  • Better redirect handling (default max redirection set to 10 + relative redirection URLs support)
  • Custom headers on Request (cpp+neko only)
  • Removed autoparse option
  • User-agent option
  • HTTP version option (1.0 or 1.1)
  • Synchronous/Asynchronous option
  • Request cloning (to perform a request more than once)

CHECK THE BREAKING API
How to update your code

Connection errors and timeouts handling

23 Apr 10:48
Compare
Choose a tag to compare

Fixed issue #1
Released on haxelib

Pure Haxe library

29 Mar 16:10
Compare
Choose a tag to compare
  • The library doesn't rely on OpenFL anymore and it is a pure Haxe library!
  • Flash target use the default URLLoader (async)
  • Javascript target use the default Haxe.Http (async XmlHttpRequest)
  • The content (both on request and response) is now fully functional.
  • The library is now thread-safe (major problems in 0.2)
  • Support for redirection (HTTP STATUS 30x)
  • Using sockets make requests around 50% faster than OpenFL URLLoader

0.2.1

24 Mar 01:16
Compare
Choose a tag to compare

fix serious bug in json parsing

First release on haxelib

23 Mar 16:42
Compare
Choose a tag to compare
0.2.0

TAG 0.2 Public available library