sttp.tapir.server.interpreter.DecodeInputsContext
See theDecodeInputsContext companion object
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
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article