RequestInterceptor

sttp.tapir.server.interceptor.RequestInterceptor$
See theRequestInterceptor companion trait

Attributes

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

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

Filter the server endpoints for which decoding will be later attempted, in sequence.

Filter the server endpoints for which decoding will be later attempted, in sequence.

Attributes

def transformServerRequest[F[_]](f: ServerRequest => F[ServerRequest]): RequestInterceptor[F]

Create a request interceptor which transforms the server request, prior to handling any endpoints.

Create a request interceptor which transforms the server request, prior to handling any endpoints.

Attributes