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. Version 1.0.3 adds support for the new version of the network package, which integrates what used to be a separate package, network-bytestring. It also provides compatibility with (unreleased as of this writing) GHC 7.1. Version 1.0.2 fixes a bug; response headers are now sent if they have not already been when fCloseOutput is called explicitly. It also removes spurious debug output that had been left in by mistake.

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 && <3), network (>=2.3.0.1 && <3), 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/
Source repo head: darcs get http://dankna.com/software/darcs/direct-fastcgi/
Uploaded by IreneKnapp at 2011-02-08T19:30:35Z
Distributions
Reverse Dependencies 2 direct, 6 indirect [details]
Downloads 3403 total (11 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]