Module

Data.URI.Location

Package
purescript-uri-extra
Repository
athanclark/purescript-uri-extra

#toURI Source

toURI :: { authority :: Maybe Authority, location :: Location, scheme :: Maybe Scheme } -> URI

#fromURI Source

fromURI :: URI -> Maybe { authority :: Maybe Authority, location :: Location, scheme :: Maybe Scheme }