urlon

URL Object Notation implemented in Nim


Keywords
json, urlon, parser, library, encode-urls
License
MIT
Install
nimble install urlon

Documentation

URLON in Nim

URL Object Notation(URLON) implemented in Nim.

URLON is originally designed by @vjeux (see the blog). The main implementation is here.

Run tests

nimble test

Legacy URLON

Originally the prefix of URLON object is _(underscore). But now $(dollar sign) is used for it. The reason why it has changed is described here.

If you want to use the legacy version, try -d:legacyUrlon option.

License

MIT
© 2022 Double-oxygeN