Functions for augmenting and pulling information from request maps.
Functions for augmenting and pulling information from request maps.
(content-type request)
Returns the content-type
header of the request.
Returns the `content-type` header of the request.
(method-get? request)
True if request method is :get
.
True if request method is `:get`.
(method-post? request)
True if request method is :post
.
True if request method is `:post`.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close