dlang-requests 0.1.7 released

Andrei Alexandrescu via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Tue Jun 14 07:59:37 PDT 2016


On 6/11/16 7:03 PM, 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.

Thanks! Does the project have a dub presence? How does it compare 
feature-wise and speed-wise with curl? -- Andrei



More information about the Digitalmars-d-announce mailing list