Popularity
6.7
Declining
Activity
4.5
-
5
5
9

Monthly Downloads: 114
Programming language: Haskell
License: GNU General Public License v3.0 or later
Tags: Network    
Latest version: v3001.5.0.0

cgi alternatives and similar packages

Based on the "Networking" category.
Alternatively, view cgi alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of cgi or a related project?

Add another 'Networking' Package

README

cgi

hackage release stackage LTS package stackage Nightly package travis build status

This is a Haskell library for writing CGI programs. Its features include:

  • Access to CGI parameters (e.g. form input) from both GET and POST requests.
  • Access to CGI environment variables.
  • Ability to set arbitrary response headers.
  • Support for HTTP cookies.
  • An efficient implementation of multipart/form-data using Data.ByteString. This allows for efficient handling of file uploads.
  • A CGI monad transformer.
  • Basic exception handling and logging (these should be improved)
  • Low-level run functions that allow using programs written with this package with protocols other than CGI, for example FastCGI.

On hackage: http://hackage.haskell.org/package/cgi Source: https://github.com/cheecheeo/haskell-cgi