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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close