dispatch

package dispatch

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. dispatch
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type Req = RequestBuilder

  2. type Res = Response

  3. type Uri = URI

  4. type Promise[T] = Future[T]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.10.0) use scala.concurrent.Future

Value Members

  1. package as

  2. implicit def enrichFuture[T](future: Future[T]): EnrichedFuture[T]

  3. implicit def executor: ExecutionContextExecutor

  4. implicit def implyRequestHandlerTuple(builder: Req): RequestHandlerTupleBuilder

  5. implicit def implyRequestVerbs(builder: Req): DefaultRequestVerbs

  6. implicit def implyRunnable[U](f: () ⇒ U): Runnable

Inherited from AnyRef

Inherited from Any

Ungrouped