Skip to content

tony-o/clj-uri-escape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uri-escape

This is a small library that will percent encode your data according to rfc3986.

Usage

(require '[uri-escape.core :as esc])

;; later

(esc/encode "hello world!")     ;; => "hello%20world%21"
(esc/decode "hello%20world%21") ;; => "hello world!"

License

License: Artistic-2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published