Re: HTTP4D embedded http provider

2012-04-16 Thread goughy
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

Re: HTTP4D embedded http provider

2012-04-16 Thread Brad Anderson
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

HTTP4D embedded http provider

2012-04-15 Thread goughy
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