DecodeInputsContext

case
class DecodeInputsContext(request: ServerRequest, pathSegments: List[String], previousLastPathInput: Option[Basic[_]])
Value Params
previousLastPathInput

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

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

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]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

val queryParameters: QueryParams