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