Module

Data.URI.AbsoluteURI

Package
purescript-uri
Repository
slamdata/purescript-uri

Re-exports from Data.URI.HierarchicalPart

#UserInfo Source

newtype UserInfo

The user info part of an Authority. For example: user, foo:bar.

Constructors

Instances

#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.

#URIPath Source

type URIPath a s = Either (Path a Dir s) (Path a File s)

A general URI path, can be used to represent relative or absolute paths that are sandboxed or unsandboxed.

#Port Source

newtype Port

A port number.

Constructors

Instances

#HierarchicalPart Source

data HierarchicalPart

The "hierarchical part" of a generic or absolute URI.

Constructors

Instances

#Authority Source

data Authority

The authority part of a URI. For example: purescript.org, localhost:3000, user@example.net

Constructors

Instances

Re-exports from Data.URI.Query

#Query Source

newtype Query

The query component of a URI.

Constructors

Instances

Re-exports from Data.URI.Scheme

#Scheme Source

newtype Scheme

The scheme part of an absolute URI. For example: http, ftp, git.

Constructors

Instances