Can you put benchmarks here compared with built-in client with actors? (for example with darkhttp as localhost web server for not counting bandwith)
Thanks a lot for your contribution. Async client is one of the features I missing in Fantom
Xan.
dobesvSun 25 Mar 2012
I also would be curious as to why you need it to be asynchronous instead of synchronous as I'm kind of puzzling over the value prop of asynchronous I/O these days.
kaushik Fri 23 Mar 2012
I need some async http client for accessing dropbox api, so I started with this:
https://bitbucket.org/ksat/asynchttp/wiki/Home
Apis are based on dom:HttpReq and dom::HttpRes. Internally uses Async http client for Java
Eg.,
Http:
Https/postform:
oauth:
Xan Sat 24 Mar 2012
Can you put benchmarks here compared with built-in client with actors? (for example with darkhttp as localhost web server for not counting bandwith)
Thanks a lot for your contribution. Async client is one of the features I missing in Fantom
Xan.
dobesv Sun 25 Mar 2012
I also would be curious as to why you need it to be asynchronous instead of synchronous as I'm kind of puzzling over the value prop of asynchronous I/O these days.
Akcelisto Thu 13 Sep 2012
I try to compile:
brian Thu 13 Sep 2012
That sounds related to 1765