dlang-requests 0.2.0 released

ikod via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Wed Jul 6 13:58:19 PDT 2016


Hello,

dlang-requests v0.2.0 released.

Major feature improvement:
1. Nonblocking vibe.d sockets support. That means you can safely 
use dlang-requests in vibe.d applications. Thanks to Johannes 
Pfau (https://github.com/jpf91).

Minor improvements:
2. Dump network data when verbosity level>=3
3. Throw exception when maxRedirects reached instead of returning 
redirect status code.

dlang-request is D http client library, inspired by 
python-requests.

Project code: https://github.com/ikod/dlang-requests


More information about the Digitalmars-d-announce mailing list