com.foursquare

fhttp

package fhttp

Visibility
  1. Public
  2. All

Type Members

  1. case class ClientException(exception: Throwable) extends ClientResponseOrException with Product with Serializable

  2. case class ClientResponse[T](response: T) extends ClientResponseOrException with Product with Serializable

  3. abstract class ClientResponseOrException extends AnyRef

  4. trait DeferredStackTrace extends RuntimeException

  5. class FHttpClient extends AnyRef

  6. case class FHttpRequest(client: FHttpClient, uri: String, traceName: String, service: Service[HttpRequest, HttpResponse], options: List[(HttpMessage) ⇒ Unit]) extends Product with Serializable

    An HTTP request

  7. case class HttpStatusException(code: Int, reason: String, response: HttpResponse) extends RuntimeException with DeferredStackTrace with Product with Serializable

  8. case class MultiPart(name: String, filename: String, mime: String, data: Array[Byte]) extends Product with Serializable

  9. class OAuth1Filter extends SimpleFilter[HttpRequest, HttpResponse]

  10. case class Token(key: String, secret: String) extends Product with Serializable

Value Members

  1. object FHttpRequest extends Serializable

  2. object FTimer extends AnyRef

  3. object MultiPart extends Serializable