July 06, 2016 dlang-requests 0.2.0 released | ||||
---|---|---|---|---|
| ||||
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 |
July 07, 2016 Re: dlang-requests 0.2.0 released | ||||
---|---|---|---|---|
| ||||
Posted in reply to ikod | 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 |
Copyright © 1999-2021 by the D Language Foundation