reibitto/be-kind-rewind

Support additional HTTP clients

reibitto opened this issue · 0 comments

Currently the following HTTP clients are supported:

  • sttp
  • play-ws
  • play-ahc-ws-standalone
  • akka-http
  • Finagle
  • requests-scala
  • http4s

sttp supports multiple backends and that takes care of a large percentage of HTTP clients, but we may still want to support other HTTP clients in the future. I added a few others to the TODO list.