Module uri

Types

TUrl* = distinct string

Procs

proc `$`*(url: TUrl): string
proc `/`*(a, b: TUrl): TUrl
Joins two URLs together, separating them with / if needed.
proc add*(url: var TUrl; a: TUrl)
Appends url to url.
Generated: 2012-09-23 21:47:54 UTC