FetchCatsBackend

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_] : Async](fetchOptions: FetchOptions, customizeRequest: Request => Request): SttpBackend[F, WebSockets]
def stub[F[_] : Async]: 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.