gnarroway / hato

An HTTP client for Clojure, wrapping JDK 11's HttpClient
MIT License
380 stars 27 forks source link

Pass in custom middleware as part of the request map #24

Closed csgero closed 3 years ago

csgero commented 3 years ago

This is a simple change that allows passing in custom middleware as part of the request map, allowing the use of the built-in convenience wrappers.