Object

rapture.http

RequestExtractors

Related Doc: package http

Permalink

object RequestExtractors

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RequestExtractors
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class GetCookie extends AnyRef

    Permalink
  2. class GetParam extends AnyRef

    Permalink
  3. class HasCookie extends AnyRef

    Permalink
  4. class HasParam extends AnyRef

    Permalink
  5. class HttpHeader extends AnyRef

    Permalink

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. object &

    Permalink
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. object AsInt

    Permalink
  6. object Path

    Permalink

    Extract the path from the request

  7. def accessControlAllowOrigin(domain: String)(implicit enc: Encoding): Response

    Permalink

    A standard implementaiton of a response which confirms cross-domain access corntrol

  8. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def getCookie(c: Symbol): GetCookie

    Permalink

    Method for producing new cookie extractors for requests

  15. def getParam(p: Symbol): GetParam

    Permalink

    Method for creating new parameter extractors for requests

  16. def hasCookie(c: Symbol): HasCookie

    Permalink
  17. def hasParam(p: Symbol): HasParam

    Permalink
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  23. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def withHttpHeader(h: String): HttpHeader

    Permalink

    Method for creating new HTTP header extractors for requests

  29. object ~

    Permalink

    Defines a pattern matching construct to be used to chain together constraints on requests

Inherited from AnyRef

Inherited from Any

Ungrouped