Index
Modules:
urlly
.
API symbols
`$`:
urlly: `$`(query: QueryParams): string
urlly: `$`(url: Url): string
`[]=`:
urlly: `[]=`(query: var QueryParams; key, value: string)
`[]`:
urlly: `[]`(query: QueryParams; key: string): string
add:
urlly: add(query: var QueryParams; params: QueryParams)
authority:
urlly: authority(url: Url): string
contains:
urlly: contains(query: QueryParams; key: string): bool
decodeQueryComponent:
urlly: decodeQueryComponent(s: string): string
decodeURIComponent:
urlly: decodeURIComponent(s: string): string
decodeUrlComponent:
urlly: decodeUrlComponent(s: string): string
encodeQueryComponent:
urlly: encodeQueryComponent(s: string): string
encodeURIComponent:
urlly: encodeURIComponent(s: string): string
encodeUrlComponent:
urlly: encodeUrlComponent(s: string): string
host:
urlly: host(url: Url): string
parseSearch:
urlly: parseSearch(search: string): QueryParams
parseUrl:
urlly: parseUrl(s: string): Url
path:
urlly: path(url: Url): string
path=:
urlly: path=(url: Url; s: string)
QueryParams:
urlly: QueryParams
search:
urlly: search(url: Url): string
toBase:
urlly: toBase(params: var QueryParams): var seq[(string, string)]
urlly: toBase(params: QueryParams): seq[(string, string)]
Url:
urlly: Url