FetchCatsBackend

sttp.client3.impl.cats.FetchCatsBackend$
See theFetchCatsBackend companion class

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

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

Attributes