Module

URI.Path.Rootless

Package
purescript-uri
Repository
slamdata/purescript-uri

#PathRootless Source

newtype PathRootless

A relative path, corresponding to path-rootless in the spec. This path cannot start with the character / or be entirely empty. This type can appear in a hierarchical-part when there is no authority component.

Constructors

Instances

#parse Source

parse :: Parser String PathRootless

A parser for a path-rootless URI component.

#print Source

print :: PathRootless -> String

A printer for a path-rootless URI component.