On Saturday, 11 June 2016 at 23:03:52 UTC, ikod wrote:
Hello,
Dlang-requests is library created under influence of
Python-requests, with primary goal of easy to use and
performance.
It provide interfaces for HTTP(S) and FTP requests. You can
tune request details, but for most cases you will need single
and simple API call.
Latest release added streaming content from server and some
performance improvements (avoiding some of unnecessary buffer
copying).
Code and docs available at
https://github.com/ikod/dlang-requests or as dub package.
Thanks Dlang authors and community for excellent language.
Hi, this is great project, but what about vibe.d compatibility?