Package

eu.shiftforward.apso

spray

Permalink

package spray

Provides utility classes and methods related to spray classes.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. spray
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait ClientIPDirectives extends BasicDirectives with HeaderDirectives with MiscDirectives

    Permalink

    Directives to extract the value of the Client IP.

  2. trait ExtraMiscDirectives extends AnyRef

    Permalink

    Exposes additional misc directives not present in spray.routing.directives.MiscDirectives.

  3. trait ProxySupport extends ClientIPDirectives

    Permalink

    Allows to proxy a request to another URI.

    Allows to proxy a request to another URI.

    Defines two public Routes to proxy requests: - proxyTo takes the original request and proxy's it to the proxy URI - proxyToUnmatchedPath copies only the unmatched path from the original URI, and adds it to the path of the proxy URI

    Taken from: https://github.com/bthuillier/spray/pull/1

    See also

    https://github.com/bthuillier/spray/pull/1

    https://github.com/spray/spray/pull/764/

    https://github.com/akka/akka/issues/16844

Value Members

  1. object ExtraMiscDirectives extends ExtraMiscDirectives

    Permalink
  2. object Implicits

    Permalink

    Object containing implicit classes and methods related to spray.

Inherited from AnyRef

Inherited from Any

Ungrouped