Liking cljdoc? Tell your friends :D

contrib.rfc3986


-pcharclj

source

-sub-delimsclj

source

-unreservedclj

source

decode-pcharclj

(decode-pchar s)
source

encode-pcharclj

(encode-pchar s)

percent-encode a url path segment without over-encoding (which many platform url decoders do). Notably, this impl is compatible with java.net.URI which fails on some chars in the 'unwise set', which are probably safe today.

percent-encode a url path segment without over-encoding (which many platform url decoders do).
Notably, this impl is compatible with java.net.URI which fails on some chars in the 'unwise set',
which are probably safe today.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close