stubbing

sttp.client3.httpclient.zio.`package`.stubbing
object stubbing

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
stubbing.type

Members list

Value members

Concrete methods

def whenRequestMatches(p: RequestT[Identity, _, _] => Boolean): StubbingWhenRequest
def whenRequestMatchesPartial(partial: PartialFunction[RequestT[Identity, _, _], Response[_]]): URIO[SttpClientStubbing, Unit]

Concrete fields