In C++ land, I've used cpp-netlib[0] to create a HTTP server. Is there a similar library in D?

cpp-netlib uses Boost ASIO and it supports synchronous and asynchronous HTTP servers. It also support HTTP client API (which I've not used).

Arun

[0] http://cpp-netlib.org/0.11.2/index.html

Reply via email to