basicAuth

replpp.server.WebServiceWithWebSocket.basicAuth
class basicAuth extends RawDecorator

Attributes

Graph
Supertypes
trait RawDecorator
trait Decorator[Raw, Raw, Any]
class Annotation
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

final type Delegate = (Map[String, Any]) => Result[Raw]

Attributes

Inherited from:
Decorator
type InputParser[T] = NoOpParser[Any, T]

Attributes

Inherited from:
RawDecorator
final type InputTypeAlias = Any

Attributes

Inherited from:
Decorator

Value members

Concrete methods

def wrapFunction(request: Request, delegate: Delegate): Result[Raw]

Inherited methods

def getParamParser[T](implicit p: InputParser[T]): InputParser[T]

Attributes

Inherited from:
Decorator