Trait

unfiltered.directives

Syntax

Related Doc: package directives

Permalink

trait Syntax extends Directives

Source
Syntax.scala
Linear Supertypes
Directives, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Syntax
  2. Directives
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Ops[X] extends AnyRef

    Permalink
  2. case class when[A](f: PartialFunction[HttpRequest[Any], A]) extends Product with Serializable

    Permalink
    Definition Classes
    Directives

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object PathIntentions

    Permalink
  5. implicit def accepting(A: Accepting): FilterDirective[Any, ResponseFunction[Any], Unit]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. object commit extends Directive[Any, Nothing, Unit]

    Permalink
    Definition Classes
    Directives
  9. def cookies: Directive[Any, Nothing, Map[String, Option[Cookie]]]

    Permalink
    Definition Classes
    Directives
  10. implicit def defExtract[A](Ex: Extract[A]): FilterDirective[Any, ResponseFunction[Any], A]

    Permalink
  11. implicit def defInterpreterIdentity[T]: Interpreter[T, T, Nothing] { def interpret(seq: T,name: String): scala.util.Right[Nothing,T] }

    Permalink
  12. implicit def defInterpreterString: String.type

    Permalink
  13. implicit def defMethod(M: Method): FilterDirective[Any, ResponseFunction[Any], Unit]

    Permalink
  14. implicit def defPathIntent(p: Path.type): PathIntentions.type

    Permalink
  15. implicit def defQueryParams(q: QueryParams.type): Directive[Any, Nothing, Map[String, Seq[String]]]

    Permalink
  16. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  18. def error[R](r: R): Directive[Any, R, Nothing]

    Permalink
    Definition Classes
    Directives
  19. def failure[R](r: R): Directive[Any, R, Nothing]

    Permalink
    Definition Classes
    Directives
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  22. def getOrElse[R, A](opt: Option[A], orElse: ⇒ ResponseFunction[R]): Directive[Any, ResponseFunction[R], A]

    Permalink
    Definition Classes
    Directives
  23. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  24. def headerNames: Directive[Any, Nothing, Iterator[String]]

    Permalink
    Definition Classes
    Directives
  25. def headers(name: String): Directive[Any, Nothing, Iterator[String]]

    Permalink
    Definition Classes
    Directives
  26. def inputStream: Directive[Any, Nothing, InputStream]

    Permalink
    Definition Classes
    Directives
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def isSecure: Directive[Any, Nothing, Boolean]

    Permalink
    Definition Classes
    Directives
  29. def method: Directive[Any, Nothing, String]

    Permalink
    Definition Classes
    Directives
  30. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  33. implicit def ops[X](x: X): Ops[X]

    Permalink
  34. def param[A, B](name: String)(f: (Seq[String]) ⇒ Option[B]): Directive[Any, Nothing, Option[B]]

    Permalink
    Definition Classes
    Directives
  35. def parameterNames: Directive[Any, Nothing, Iterator[String]]

    Permalink
    Definition Classes
    Directives
  36. def parameterValues(param: String): Directive[Any, Nothing, Seq[String]]

    Permalink
    Definition Classes
    Directives
  37. def protocol: Directive[Any, Nothing, String]

    Permalink
    Definition Classes
    Directives
  38. def queryParams: Directive[Any, Nothing, Map[String, Seq[String]]]

    Permalink
    Definition Classes
    Directives
  39. def reader: Directive[Any, Nothing, Reader]

    Permalink
    Definition Classes
    Directives
  40. def remoteAddr: Directive[Any, Nothing, String]

    Permalink
    Definition Classes
    Directives
  41. def request[T]: Directive[T, Nothing, HttpRequest[T]]

    Permalink
    Definition Classes
    Directives
  42. def result[R, A](r: Result[R, A]): Directive[Any, R, A]

    Permalink
    Definition Classes
    Directives
  43. def success[A](value: A): Directive[Any, Nothing, A]

    Permalink

    Produces a Directive with the given Result.Success value, for when a directive is required to satisfy an intent's interface but all requests are acceptable

    Produces a Directive with the given Result.Success value, for when a directive is required to satisfy an intent's interface but all requests are acceptable

    Definition Classes
    Directives
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  46. def underlying[T]: Directive[T, Nothing, T]

    Permalink
    Definition Classes
    Directives
  47. def uri: Directive[Any, Nothing, String]

    Permalink
    Definition Classes
    Directives
  48. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def autocommit[T, R, A](d: Directive[T, R, A]): Directive[T, R, A]

    Permalink
    Definition Classes
    Directives
    Annotations
    @deprecated
    Deprecated

    (Since version 0.7.0) Use: for { x <- myDirective _ <- commit ... } instead of autocommit(myDirective)

Inherited from Directives

Inherited from AnyRef

Inherited from Any

Ungrouped