Module
Data.URI.Types
- Package
- purescript-uri
- Repository
- slamdata/purescript-uri
#AbsoluteURI Source
#RelativeRef Source
#URIPathAbs Source
type URIPathAbs = URIPath Abs SandboxedThe path part for a generic or absolute URI.
#URIPathRel Source
type URIPathRel = URIPath Rel UnsandboxedThe path part for a relative reference.
#URIRef Source
type URIRef = Either URI RelativeRefAn alias for the most common use case of resource identifiers.