Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 407 Bytes

clj-http-async-pool.md

File metadata and controls

14 lines (10 loc) · 407 Bytes

clj-http-async-pool

pooling middleware for async clj-http requests

Usage

(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