Skip to content

Commit

Permalink
doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
kazu-yamamoto committed Apr 11, 2010
1 parent 097f4ef commit 9bf092b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Network/Web/Server/Params.hs
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,16 @@ data Path =
| PathCGI CGI
deriving (Eq,Show)

{-|
Internal information of CGI converted from 'URI'.
-}
data CGI = CGI {
-- | A porgram path to be executed.
progPath :: FilePath
-- | A script name.
, scriptName :: String
-- | A path information.
, pathInfo :: String
-- | A query string.
, queryString :: String
} deriving (Eq,Show)

0 comments on commit 9bf092b

Please sign in to comment.