pooling middleware for async clj-http requests
(use '[clj-http-async-pool.router :as http-router])
(def router (http-router/make-router {:hosts #{"www.random.org:80"}}))
(use '[clj-http-async-pool.client :as http])
(http/get router "https://www.random.org/sequences/?min=1&max=42&col=1&format=plain")
© Two Sigma Open Source, LLC