snap-app-0.6.1: Simple modules for writing apps with Snap, abstracted from hpaste.

Safe HaskellNone

Network.URI.Params

Documentation

updateUrlParam :: String -> String -> URI -> URISource

deleteQueryKey :: String -> URI -> URISource

editQuery :: ([(String, String)] -> [(String, String)]) -> String -> StringSource

formEncodeUrl :: [(String, String)] -> [Char]Source

updateUrlParams :: [(String, String)] -> URI -> URISource

uriParams :: URI -> [(String, String)]Source