TapirServerEndpointStub

sttp.tapir.server.stub.TapirStubInterpreter.TapirServerEndpointStub
class TapirServerEndpointStub[A, U, I, E, O](sep: Full[A, U, I, E, O, R, F])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def thenRespond(response: O, runSecurityLogic: Boolean): TapirStubInterpreter[F, R, OPTIONS]
def thenRespondError(errorResponse: E, runSecurityLogic: Boolean): TapirStubInterpreter[F, R, OPTIONS]
def thenRunLogic(): TapirStubInterpreter[F, R, OPTIONS]
def thenThrowException(ex: Throwable, runSecurityLogic: Boolean): TapirStubInterpreter[F, R, OPTIONS]