network-uri-lenses-0.1.0.0
Network.Uri.Lens
Description
Network uri lenses
regNameLens :: Lens' URIAuth String Source #
userInfoLens :: Lens' URIAuth String Source #
portLens :: Lens' URIAuth String Source #
uriAuthLens :: Lens' URI (Maybe URIAuth) Source #
uriSchemeLens :: Lens' URI String Source #
uriPathLens :: Lens' URI String Source #
uriQueryLens :: Lens' URI String Source #
uriFragmentLens :: Lens' URI String Source #