do-urlencode

2018-10-18

Percent Encoding (aka URL Encoding) library

Upstream URL

github.com/drdo/do-urlencode

Author

Daniel Rebelo de Oliveira <drdo@drdo.eu>

Maintainer

Daniel Rebelo de Oliveira <drdo@drdo.eu>

License

Not determined

README

Encoding

(URLENCODE string &key (queryp nil)) → string

queryp : If true you get application/x-www-form-urlencoded.

Decoding

(URLDECODE string &key (queryp nil)) → string

queryp : If true you get application/x-www-form-urlencoded.

May signal conditions from babel if UTF-8 encoding/decoding fails.

Dependencies (2)

  • alexandria
  • babel
  • GitHub
  • Quicklisp