FetchCatsBackend

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_]](fetchOptions: FetchOptions, customizeRequest: Request => Request)(`evidence$3`: Concurrent[F], `evidence$4`: ContextShift[F]): SttpBackend[F, WebSockets]
def stub[F[_]](`evidence$5`: Concurrent[F], `evidence$6`: ContextShift[F]): SttpBackendStub[F, Any]

Create a stub backend for testing, which uses the given F response wrapper.

Create a stub backend for testing, which uses the given F response wrapper.

See SttpBackendStub for details on how to configure stub responses.