0

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

pickwick
  • 3,134
  • 22
  • 30

1 Answers1

3

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.

jcrossley3
  • 11,576
  • 4
  • 31
  • 32