This repository has been archived by the owner on Apr 10, 2021. It is now read-only.
Releases: yupswing/akifox-asynchttp
Releases · yupswing/akifox-asynchttp
Improvements and fixes
Lots of fixes and SSL native support
- 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
- 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
Added an optional callbackError to permit success and failure responses handling by different functions
SSL Support + Custom Headers + Redirects + more...
- 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
Fixed issue #1
Released on haxelib
Pure Haxe library
- 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
First release on haxelib
0.2.0 TAG 0.2 Public available library