sttp.tapir.server.interceptor.reject

Members list

Type members

Classlikes

case class DefaultRejectHandler[F[_]](response: (StatusCode, String) => ValuedEndpointOutput[_], defaultStatusCodeAndBody: Option[(StatusCode, String)]) extends RejectHandler[F]

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
trait RejectHandler[F]
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
trait RejectHandler[F[_]]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object RejectHandler

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
class RejectInterceptor[F[_]](handler: RejectHandler[F]) extends RequestInterceptor[F]

Specifies what should be done if decoding the request has failed for all endpoints, and multiple endpoints have been interpreted (doesn't do anything when interpreting a single endpoint).

Specifies what should be done if decoding the request has failed for all endpoints, and multiple endpoints have been interpreted (doesn't do anything when interpreting a single endpoint).

By default, if there's a method decode failure, this means that the path must have matched (as it's decoded first); then, returning a 405 (method not allowed).

In other cases, not returning a response, assuming that the interpreter will return a "no match" to the server implementation.

Attributes

Companion
object
Supertypes
trait Interceptor[F]
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type