@hackage scgi0.3.3
A Haskell library for writing SCGI programs.
Categories
License
BSD-3-Clause
Maintainer
http://blacksapphire.com/antispam/
Links
Versions
Deprecated
Dependencies (5)
- base >=3 && <5
- bytestring
- cgi
- extensible-exceptions >=0.1 && <0.2
- network >=2.2.3 Show all…
Dependents (1)
@hackage/acme-everything
THIS LIBRARY IS DEPRECATED. For new applications, please use WAI - see http://hackage.haskell.org/package/wai.
This library lets you write SCGI programs. This package reuses the cgi package API, making it very easy to port CGI programs to SCGI.