www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - dlang-requests 0.2.0 released

reply ikod <geller.garry gmail.com> writes:
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
Jul 06 2016
parent qznc <qznc web.de> writes:
On Wednesday, 6 July 2016 at 20:58:19 UTC, ikod wrote:
 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
I'm using 0.1.9 [0] and I'm happy. Thanks! [0] https://github.com/qznc/d-github
Jul 07 2016