Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 353 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 353 Bytes

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.