RejectInterceptor

sttp.tapir.server.interceptor.reject.RejectInterceptor$
See theRejectInterceptor companion class

Attributes

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

Members list

Concise view

Value members

Concrete methods

def disableWhenSingleEndpoint[F[_]](interceptors: List[Interceptor[F]], ses: List[ServerEndpoint[_, F]]): List[Interceptor[F]]

When interpreting a single endpoint, disabling the reject interceptor, as returning a method mismatch only makes sense when there are more endpoints

When interpreting a single endpoint, disabling the reject interceptor, as returning a method mismatch only makes sense when there are more endpoints

Attributes