| WashNGo-2.12: WASH is a family of embedded domain specific languages (EDSL) for programming Web applications in Haskell. | Contents | Index |
|
|
|
Description |
Implements coding of non-alphanumeric characters in URLs and CGI-requests.
|
|
Synopsis |
|
|
|
Documentation |
|
encode :: String -> String |
Perform URI encoding of a list of bytes. See
http://www.w3.org/International/O-URL-code.html
To encode a list of characters, the string first has to be UTF-8 encoded!
|
|
decode :: String -> String |
Perform URI decoding to a list of bytes.
|
|
Produced by Haddock version 0.8 |