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>=33. 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
