ring-codec
ring-codec copied to clipboard
ensure form-decode-str encoding is a String
throws an Exception if the encoding arg given to the arity-2 version of
form-decode-str is not a String value, because a nil encoding will
cause a surprising {nil nil} parse result
addresses issue: #22
What's your reasoning for using an ex-info rather than a precondition?