Extra-1.46.3: A grab bag of modules.

Safe HaskellNone
LanguageHaskell98

Extra.URIQuery

Synopsis

Documentation

modify :: String -> (Maybe String -> Maybe String) -> URI -> URI Source

Modify an individual URI query attributes.

del :: String -> URI -> URI Source

Replace a query attribute with Nothing.

put :: String -> String -> URI -> URI Source

Replace a query attribute with something.

copy :: String -> URI -> URI -> URI Source

Copy an attribute from one query to another