Package

eu.shiftforward.apso.akka

http

Permalink

package http

Visibility
  1. Public
  2. All

Type Members

  1. trait ClientIPDirectives extends AnyRef

    Permalink

    Directives to extract the value of the clients' IP addresses.

  2. trait ExtraMiscDirectives extends AnyRef

    Permalink

    Exposes additional misc directives not present in akka.http.scaladsl.server.directives.MiscDirectives.

  3. trait ProxySupport extends ClientIPDirectives

    Permalink

    Adds proxy to akka-http services to proxy requests to other hosts.

    Adds proxy to akka-http services to proxy requests to other hosts.

    If the target server is known in advance, a Proxy object can be created. This internally materializes a flow that is continuously active and ready to route incoming requests.

    For one-off requests or requests to previously unknown hosts, this trait defines two routes: - proxySingleTo takes the original request and proxies it to the proxy URI; - proxySingleToUnmatchedPath copies only the unmatched path from the original URI, and adds it to the path of the proxy URI.

Ungrouped