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 Executor = HttpExecutor

    Annotations
    @deprecated
    Deprecated

    Use dispatch.HttpExecutor

Value Members

  1. package as

  2. implicit val durationOrdering: Ordering[Duration]

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped