hoogleSource codeContentsIndex
General.CGI
Description
Parse the CGI arguments
Synopsis
cgiArgs :: IO (Maybe [(String, String)])
escape
escapeUpper
escapeLower
asCgi :: [(String, String)] -> String
escapeHTML :: String -> String
escapeAttrib :: String -> String
Documentation
cgiArgs :: IO (Maybe [(String, String)])Source
escape
escapeUpper
escapeLower
asCgi :: [(String, String)] -> StringSource
escapeHTML :: String -> StringSource
Take a piece of text and escape all the HTML special bits
escapeAttrib :: String -> StringSource
Produced by Haddock version 2.4.2