StubbingWhenRequest

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def thenRespond[T](body: T): URIO[SttpClientStubbing, Unit]
def thenRespond[T](resp: => Response[T]): URIO[SttpClientStubbing, Unit]
def thenRespondCyclic[T](bodies: T*): URIO[SttpClientStubbing, Unit]
def thenRespondCyclicResponses[T](responses: Response[T]*): URIO[SttpClientStubbing, Unit]
def thenRespondF(resp: => RIO[R, Response[_]]): URIO[SttpClientStubbing, Unit]
def thenRespondF(resp: RequestT[Identity, _, _] => RIO[R, Response[_]]): URIO[SttpClientStubbing, Unit]
def thenRespondWithCode(status: StatusCode, msg: String): URIO[SttpClientStubbing, Unit]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product

Concrete fields

Implicits

Implicits

implicit val _serviceTag: Tag[Service]