Sending an HTTP request while running Immutant

80 Views Asked by At

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

1

There are 1 best solutions below

0
On BEST ANSWER

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.