On Monday, 16 April 2012 at 07:46:11 UTC, Brad Anderson wrote:
On Sun, Apr 15, 2012 at 6:27 AM, goughy
wrote:
Hi,
I have just finished the first cut of an HTTP library to
provide
application level support for HTTP (ie as a server, not a
client). The
library provide a very simple mechanism
On Sun, Apr 15, 2012 at 6:27 AM, goughy wrote:
> Hi,
>
> I have just finished the first cut of an HTTP library to provide
> application level support for HTTP (ie as a server, not a client). The
> library provide a very simple mechanism for processing HTTP requests both
> synchronously (via dele
Hi,
I have just finished the first cut of an HTTP library to provide
application level support for HTTP (ie as a server, not a
client). The library provide a very simple mechanism for
processing HTTP requests both synchronously (via delegates) and
asynchronously (via std.concurrency) using r