Module

Data.URI.Authority

Package
purescript-uri
Repository
slamdata/purescript-uri

Re-exports from Data.URI.Types

#UserInfo Source

type UserInfo = String

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

#Port Source

type Port = Int

A port number.

#Host Source

data Host

A host address.

Instances

#Authority Source

data Authority

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

Constructors

Instances