Liking cljdoc? Tell your friends :D

strojure.ring-lib.util.request

Functions for augmenting and pulling information from request maps.

Functions for augmenting and pulling information from request maps.
raw docstring

content-typeclj

(content-type request)

Returns the content-type header of the request.

Returns the `content-type` header of the request.
sourceraw docstring

method-get?clj

(method-get? request)

True if request method is :get.

True if request method is `:get`.
sourceraw docstring

method-post?clj

(method-post? request)

True if request method is :post.

True if request method is `:post`.
sourceraw docstring

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

× close