Search code examples
clojureimmutant

Sending an HTTP request while running Immutant


I'm running Immutant. Can/should I use clj-http to send requests, or is there a better way of going about this?


Solution

  • You certainly can. You haven't really provided enough info to suggest whether you should, but Immutant and clj-http are largely orthogonal: using one shouldn't affect whether you use the other.