Module
URI.Path.Absolute  
- Package
 - purescript-uri
 - Repository
 - slamdata/purescript-uri
 
#PathAbsolute Source
newtype PathAbsoluteAn absolute path, corresponding to path-absolute in the spec. This path
cannot represent the value // - it must either be /, or start with a
segment that is not empty, for example: /something, /., /... This
type can appear in both hierarchical-part and relative-parts to represent
an absolute path when no authority component is present.
This restriction exists as a value begining with // at this point in the
grammar must be an authority, attempting to decide whether a value is an
authority or a path would be ambiguous if // paths were allowed. The //
path means the same thing as / anyway!
Constructors
Instances
#print Source
print :: PathAbsolute -> StringA printer for a path-absolute URI component.
- Modules
 - URI
 - URI.
AbsoluteURI  - URI.
Authority  - URI.
Common  - URI.
Extra. MultiHostPortPair  - URI.
Extra. QueryPairs  - URI.
Extra. UserPassInfo  - URI.
Fragment  - URI.
HierarchicalPart  - URI.
Host  - URI.
Host. Gen  - URI.
Host. IPv4Address  - URI.
Host. IPv6Address  - URI.
Host. RegName  - URI.
HostPortPair  - URI.
HostPortPair. Gen  - URI.
Path  - URI.
Path. Absolute  - URI.
Path. NoScheme  - URI.
Path. Rootless  - URI.
Path. Segment  - URI.
Port  - URI.
Port. Gen  - URI.
Query  - URI.
RelativePart  - URI.
RelativeRef  - URI.
Scheme  - URI.
Scheme. Common  - URI.
URI  - URI.
URIRef  - URI.
UserInfo