sttp.tapir.server.interpreter

Members list

Type members

Classlikes

trait BodyListener[F[_], B]

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object BodyListener

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Failure
class Values

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class DecodeInputsContext(request: ServerRequest, pathSegments: List[String], previousLastPathInput: Option[Basic[_]])

Value parameters

previousLastPathInput

The last path input from decoding a previous segment of inputs (security inputs), if any.

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
class EncodeOutputs[B, S](rawToResponseBody: ToResponseBody[B, S], acceptsContentTypes: Seq[ContentTypeRange])

Attributes

Supertypes
class Object
trait Matchable
class Any
class FilterServerEndpoints[R, F[_]](rootLayer: PathLayer[R, F]) extends ServerRequest => List[ServerEndpoint[R, F]]

Attributes

Companion
object
Supertypes
trait ServerRequest => List[ServerEndpoint[R, F]]
class Object
trait Matchable
class Any

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
object InputValue

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
InputValue.type
sealed trait InputValueResult

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Failure
class Value

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
case class OutputValues[B](body: Option[HasHeaders => B], baseHeaders: Vector[Header], headerTransformations: Vector[(Vector[Header]) => Vector[Header]], statusCode: Option[StatusCode])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object OutputValues

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class RawValue[R](value: R, createdFiles: Seq[FileRange])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object RawValue

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
RawValue.type
trait RequestBody[F[_], S]

Attributes

Supertypes
class Object
trait Matchable
class Any
class ServerInterpreter[R, F[_], B, S](serverEndpoints: ServerRequest => List[ServerEndpoint[R, F]], requestBody: RequestBody[F, S], toResponseBody: ToResponseBody[B, S], interceptors: List[Interceptor[F]], deleteFile: TapirFile => F[Unit])(implicit monad: MonadError[F], bodyListener: BodyListener[F, B])

Attributes

Supertypes
class Object
trait Matchable
class Any
trait ToResponseBody[B, S]

Attributes

Supertypes
class Object
trait Matchable
class Any