object AttributeDirectives extends AttributeDirectives

Ordering
  1. Grouped
  2. Alphabetic
  3. By Inheritance
Inherited
  1. AttributeDirectives
  2. AttributeDirectives
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Attribute directives

  1. def attribute[T](key: AttributeKey[T]): Directive1[T]

    Extracts a request attribute value for the given key.

    Extracts a request attribute value for the given key.

    Definition Classes
    AttributeDirectives
  2. def optionalAttribute[T](key: AttributeKey[T]): Directive1[Option[T]]

    Extracts an optional request attribute for the given key.

    Extracts an optional request attribute for the given key.

    Definition Classes
    AttributeDirectives