Module
Data.URI.AbsoluteURI
- Package
- purescript-uri
- Repository
- slamdata/purescript-uri
#AbsoluteURI Source
#parse Source
parse :: String -> Either ParseError AbsoluteURI#print Source
print :: AbsoluteURI -> StringRe-exports from Data.URI.HierarchicalPart
#URIPathRel Source
type URIPathRel = URIPath Rel UnsandboxedThe path part for a relative reference.
#URIPathAbs Source
type URIPathAbs = URIPath Abs SandboxedThe path part for a generic or absolute URI.