Liking cljdoc? Tell your friends :D

ring.util.validators


defparsercljmacro

(defparser func doc & body)
source

param-exists?clj

(param-exists? param)

Validates a parameter exists and is not blank

Validates a parameter exists and is not blank
sourceraw docstring

param-int?clj

(param-int? param__1340__auto__)
source

param-long?clj

(param-long? param__1340__auto__)
source

with-validationsclj

(with-validations func & body)

Attach validations to the specified function

Attach validations to the specified function
sourceraw docstring

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

× close