Package

akka.http.scaladsl

server

Permalink

package server

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

Type Members

  1. type Directive0 = Directive[Unit]

    Permalink
  2. type Directive1[T] = Directive[(T)]

    Permalink
  3. type PathMatcher0 = PathMatcher[Unit]

    Permalink
  4. type PathMatcher1[T] = PathMatcher[(T)]

    Permalink
  5. type Route = (RequestContext) ⇒ Future[RouteResult]

    Permalink
  6. type RouteGenerator[T] = (T) ⇒ Route

    Permalink

Value Members

  1. def FIXME: Nothing

    Permalink
  2. package directives

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped