dakrone / clj-http

An idiomatic clojure http client wrapping the apache client. Officially supported version.
http://clojars.org/clj-http
MIT License
1.78k stars 408 forks source link

Enumerated multi-param-style added #562

Closed sdaro closed 3 years ago

sdaro commented 3 years ago

This patch adds a fourth way to represent arrays/vectors in an url, as described on this Website.