WashNGo-2.12.0.1: WASH is a family of EDSLs for programming Web applications in Haskell.

WASH.CGI.RawCGITypes

Description

Low-level types for raw CGI programming.

Synopsis

Documentation

data CGIRawValue Source

internal representation of a CGI parameter value

Constructors

CGIRawString String 
CGIRawFile String String String

name, contentType, content