8000 GitHub - drdo/do-urlencode: Percent Encoding (aka URL Encoding) library
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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
0