Extra-1.46: A grab bag of modules.

Safe HaskellNone

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