httpz

native

package native

Visibility
  1. Public
  2. All

Type Members

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

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

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

Value Members

  1. object BuildInfoHttpzNative extends Product with Serializable

    This object was generated by sbt-buildinfo.

  2. object Http

  3. object HttpOptions

  4. object MultiPart extends Serializable

  5. object OAuth

Ungrouped