stubbing

sttp.client4.armeria.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: GenericRequest[_, _] => Boolean): StubbingWhenRequest
def whenRequestMatchesPartial(partial: PartialFunction[GenericRequest[_, _], Response[_]]): URIO[SttpClientStubbing, Unit]

Concrete fields