dlang-requests 0.1.7 released

ikod via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sat Jun 11 16:03:52 PDT 2016


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.



More information about the Digitalmars-d-announce mailing list