File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11# client-ip
22
3+ [ ![ Build Status] ( https://github.com/outskirtslabs/client-ip/actions/workflows/ci.yml/badge.svg )] ( https://github.com/outskirtslabs/client-ip/actions )
4+ [ ![ cljdoc badge] ( https://cljdoc.org/badge/com.outskirtslabs/client-ip )] ( https://cljdoc.org/d/com.outskirtslabs/client-ip )
5+ [ ![ Clojars Project] ( https://img.shields.io/clojars/v/com.outskirtslabs/client-ip.svg )] ( https://clojars.org/com.outskirtslabs/client-ip )
6+
37> A 0-dependency ring middleware for determining a request's real client IP address from HTTP headers
48
59` X-Forwarded-For ` and other client IP headers are [ often used
@@ -20,8 +24,6 @@ Note that there is no dependency on ring, the public api could also be used for
2024
2125## Installation
2226
23- [ ![ Clojars Project] ( https://img.shields.io/clojars/v/com.outskirtslabs/client-ip.svg )] ( https://clojars.org/com.outskirtslabs/client-ip )
24-
2527``` clojure
2628; ; deps.edn
2729{:deps {com.outskirtslabs/client-ip {:mvn/version " 0.1.1" }}}
You can’t perform that action at this time.
0 commit comments