Extra-1.42: A grab bag of modules.

Extra.URIQuery

Synopsis

Documentation

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

Modify an individual URI query attributes.

del :: String -> URI -> URISource

Replace a query attribute with Nothing.

put :: String -> String -> URI -> URISource

Replace a query attribute with something.

copy :: String -> URI -> URI -> URISource

Copy an attribute from one query to another