TapirStubInterpreter

Companion:
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[F[_], R](stub: SttpBackendStub[F, R]): TapirStubInterpreter[F, R, Unit]
def apply[F[_], R, O](options: CustomInterceptors[F, O], stub: SttpBackendStub[F, R]): TapirStubInterpreter[F, R, O]
def apply[F[_], R](interceptors: List[Interceptor[F]], stub: SttpBackendStub[F, R]): TapirStubInterpreter[F, R, Any]