ParamReader

cask.endpoints.ParamReader$
See theParamReader companion class

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object CookieParam extends NilParam[Cookie]

Attributes

Graph
Supertypes
trait ArgReader[Unit, Cookie, Request]
class Object
trait Matchable
class Any
Self type
object FormDataParam extends NilParam[FormData]

Attributes

Graph
Supertypes
class NilParam[FormData]
class ParamReader[FormData]
trait ArgReader[Unit, FormData, Request]
class Object
trait Matchable
class Any
Self type
object HttpExchangeParam extends NilParam[HttpServerExchange]

Attributes

Graph
Supertypes
class NilParam[HttpServerExchange]
class ParamReader[HttpServerExchange]
trait ArgReader[Unit, HttpServerExchange, Request]
class Object
trait Matchable
class Any
Self type
class NilParam[T](f: (Request, String) => T) extends ParamReader[T]

Attributes

Graph
Supertypes
class ParamReader[T]
trait ArgReader[Unit, T, Request]
class Object
trait Matchable
class Any
Known subtypes
object CookieParam.type
object FormDataParam.type
object HttpExchangeParam.type
object RequestParam.type
object RequestParam extends NilParam[Request]

Attributes

Graph
Supertypes
trait ArgReader[Unit, Request, Request]
class Object
trait Matchable
class Any
Self type