dispatch

package dispatch

Visibility
  1. Public
  2. All

Type Members

  1. trait BlockingHttp extends HttpExecutor with BlockingCallback

  2. class ConfiguredHttpClient extends DefaultHttpClient

    Basic extension of DefaultHttpClient defaulting to Http 1.

  3. type ExceptionListener = PartialFunction[Throwable, Unit]

    definition classes: root
  4. class Http extends BlockingHttp

    Http access point.

  5. trait HttpsLeniency extends AnyRef

    Trust all TLS certs

Value Members

  1. object Http extends Http with Safety

    May be used directly from any thread.

  2. package thread