FetchCatsBackend

sttp.client4.impl.cats.FetchCatsBackend
See theFetchCatsBackend companion class

Attributes

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

Members list

Value members

Concrete methods

def apply[F[_] : ContextShift](fetchOptions: FetchOptions, customizeRequest: Request => Request): WebSocketBackend[F]
def stub[F[_] : ContextShift]: WebSocketBackendStub[F]

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 WebSocketBackendStub for details on how to configure stub responses.

Attributes