Skip to content
#

vcr

Here are 53 public repositories matching this topic...

sigmavirus24
sigmavirus24 commented Oct 15, 2017

Ideally, this will get rid of some of our spurious test failures that occur from relying on httpbin.org and will make the test suite faster as we won't be going over the network, we'll just be using localhost (which is still slow but less slow than actually going over the network).

reibitto
reibitto commented Mar 31, 2021

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.

good first issue

Improve this page

Add a description, image, and links to the vcr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vcr topic, visit your repo's landing page and select "manage topics."

Learn more