Liking cljdoc? Tell your friends :D

s-exp.legba.request


Matches param-type for "cookie"

Matches `param-type` for "cookie"
raw docstring

path-params-schemaclj

Matches param-type for "path"

Matches `param-type` for "path"
raw docstring

query-params-schemaclj

Matches param-type for "query"

Matches `param-type` for "query"
raw docstring

validateclj

(validate request schema sub-schema opts)

Performs validation of RING request map

Performs validation of RING request map
raw docstring

validate-bodyclj

(validate-body {:as request :keys [body headers]} schema sub-schema opts)

Performs eventual validation of request :body

Performs eventual validation of request `:body`
raw docstring

(validate-cookie-params request schema sub-schema opts)

Performs eventual validation of "parameters" of type "cookie"

Performs eventual validation of "parameters" of type "cookie"
raw docstring

validate-path-paramsclj

(validate-path-params request
                      schema
                      sub-schema
                      {:as opts :keys [path-params-key]})

Performs extensive validation of "path" "parameters"

Performs extensive validation of "path" "parameters"
raw docstring

validate-query-paramsclj

(validate-query-params request
                       schema
                       sub-schema
                       {:as opts :keys [query-string-params-key]})

Performs eventual validation of "parameters" of type "query"

Performs eventual validation of "parameters" of type "query"
raw docstring

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

× close