This looks very interesting, I look forward to checking it out. Implementing
FastCGI has always seemed too daunting a task to undertake; I salute you.
Are you familiar with the wai package? If so, do you believe your package is
amenable to either itself adapting the wai, or having a wrapper built
Yay! This was a week of hard work. I hope that somebody finds it valuable.
This package is a native implementation of the FastCGI protocol,
allowing Haskell to work with any webserver that supports it. It makes
no attempt to imitate the interface of the cgi-3000 and fastcgi-3000
packages, becaus