com.orrsella.tumblr4s

http

package http

Visibility
  1. Public
  2. All

Type Members

  1. trait DispatchHttpClient extends HttpClient

    An implementation of HttpClient using databinder's Dispatch

  2. trait HttpClient extends AnyRef

    A generic http client

  3. sealed trait HttpMethod extends AnyRef

Value Members

  1. object GET extends HttpMethod with Product with Serializable

  2. object POST extends HttpMethod with Product with Serializable