com.m3.curly

scala

package scala

Visibility
  1. Public
  2. All

Type Members

  1. case class FileInput(file: File, contentType: String) extends FormData.FileInput with Product with Serializable

    Body from a file

  2. case class FormData(name: String, bytes: Array[Byte] = null, text: TextInput = NoTextInput, file: FileInput = NoFileInput) extends curly.FormData with Product with Serializable

    Form data

  3. case class Method(name: String) extends curly.Method with Product with Serializable

    HTTP/1.

  4. case class Request(url: String) extends Product with Serializable

    Request

  5. case class RequestBody(underlying: curly.RequestBody) extends Product with Serializable

    Request body

  6. case class Response(underlying: curly.Response) extends Product with Serializable

    Response

  7. case class TextInput(textBody: String, charset: String = "UTF-8") extends FormData.TextInput with Product with Serializable

    Body from a text value

Value Members

  1. object HTTP

    HTTP

  2. object Method extends Serializable

  3. object NoFileInput extends FileInput

    No file input

  4. object NoTextInput extends TextInput

    No text input

Ungrouped