clj-http

stephentriphahn 2018-08-28T17:17:22.000100Z

Does anybody know if there is a way to implement a clj-http client with an address-lookup function? Something similar to :address-finder option in http-kit implements here: (https://github.com/http-kit/http-kit/blob/master/src/org/httpkit/client.clj#L102)

stephentriphahn 2018-08-28T17:18:59.000100Z

Or any other suggested method for doing custom DNS lookups