Skip to content

drdo/do-urlencode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Percent Encoding (aka URL Encoding) library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published