direct-fastcgi: Native implementation of the FastCGI protocol.

[ bsd3, library, network ] [ Propose Tags ]

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, because that API is tied too heavily to legacy interfaces, as with its handling of exceptions, logging, and time. Its advantage over those packages is primarily in the area of clean exception management and better control structure which allows more versatility in processing requests which are not simple GETs. In particular, POST of large files should be possible, as should server-push responses which return content a piece at a time. Also, of course, as a native implementation, there is no dependency on a C library, which simplifies the install process.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0, 1.0.1, 1.0.1.1, 1.0.3
Dependencies base (>=4.1 && <5), bytestring (>=0.9.1.4 && <1), containers (>=0.3.0.0 && <1), mtl (>=1.1.0.2 && <2), network (>=2.2.1.5 && <3), network-bytestring (>=0.1.2.1 && <1), utf8-string (>=0.3.6 && <1) [details]
License BSD-3-Clause
Copyright Copyright (c) 2009 Dan Knapp
Author Dan Knapp
Maintainer dankna@gmail.com
Category Network
Home page http://dankna.com/software/
Bug tracker http://dankna.com/issues/create/
Uploaded by IreneKnapp at 2010-03-19T05:58:11Z
Distributions
Reverse Dependencies 2 direct, 6 indirect [details]
Downloads 3408 total (10 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]