Liking cljdoc? Tell your friends :D

ring.middleware.proxy-headers

Middleware for handling headers set by HTTP proxies.

Middleware for handling headers set by HTTP proxies.
raw docstring

forwarded-remote-addr-requestclj

(forwarded-remote-addr-request request)

Change the :remote-addr key of the request map to the last value present in the X-Forwarded-For header. See: wrap-forwarded-remote-addr.

Change the :remote-addr key of the request map to the last value present in
the X-Forwarded-For header. See: wrap-forwarded-remote-addr.
sourceraw docstring

wrap-forwarded-remote-addrclj

(wrap-forwarded-remote-addr handler)

Middleware that changes the :remote-addr of the request map to the last value present in the X-Forwarded-For header.

Middleware that changes the :remote-addr of the request map to the
last value present in the X-Forwarded-For header.
sourceraw docstring

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

× close