src/pon2/private/uri

Search:
Group by:
Source   Edit  

This module implements URI-related functions.

Procs

func updatedQuery(query: string; key, val: string; removeEmptyVal = false): string {.
    inline, noinit, ...raises: [], tags: [], forbids: [].}
Returns the query update with the specified key and value. Source   Edit