scalaj

http

package http

Visibility
  1. Public
  2. All

Type Members

  1. class Base64 extends AnyRef

  2. case class HttpException(code: Int, message: String, body: String, cause: Throwable) extends RuntimeException with Product with Serializable

  3. case class MultiPart(name: String, filename: String, mime: String, data: InputStream, numBytes: Int, writeCallBack: (Int) ⇒ Unit) extends Product with Serializable

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

Value Members

  1. object Http

  2. object HttpOptions

  3. object MultiPart extends Serializable

  4. object OAuth

Ungrouped