Liking cljdoc? Tell your friends :D

strojure.ring-lib.util.header


extract-charsetclj

(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.
sourceraw docstring

form-urlencoded?clj

(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`.
sourceraw docstring

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

× close