(extract-charset header)
Returns instance of Charset
for charset in the header
. Throws
java.nio.charset.UnsupportedCharsetException
for invalid charset
names.
Returns instance of `Charset` for charset in the `header`. Throws `java.nio.charset.UnsupportedCharsetException` for invalid charset names.
(form-urlencoded? header)
True if the header
starts with application/x-www-form-urlencoded
.
True if the `header` starts with `application/x-www-form-urlencoded`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close