DecodeInputsContext

sttp.tapir.server.interpreter.DecodeInputsContext
See theDecodeInputsContext companion object
case class DecodeInputsContext(request: ServerRequest, pathSegments: List[String], previousLastPathInput: Option[Basic[_]])

Attributes

previousLastPathInput

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

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def header(name: String): List[String]
def headers: Seq[(String, String)]
def method: Method
def nextPathSegment: (Option[String], DecodeInputsContext)
def queryParameter(name: String): Seq[String]

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

val queryParameters: QueryParams