Module
Data.URI.RelativeRef
- Package
- purescript-uri
- Repository
- slamdata/purescript-uri
#RelativeRef Source
#parse Source
parse :: String -> Either ParseError RelativeRef
#print Source
print :: RelativeRef -> String
Re-exports from Data.URI.Fragment
Re-exports from Data.URI.Query
Re-exports from Data.URI.RelativePart
#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.