TapirStubInterpreter

sttp.tapir.server.stub.TapirStubInterpreter$
See theTapirStubInterpreter companion class

Attributes

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

Members list

Concise view

Value members

Concrete methods

def apply[F[_], R](stub: SttpBackendStub[F, R]): TapirStubInterpreter[F, R, Unit]
def apply[F[_], R, O](options: CustomiseInterceptors[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]