com.outr.net.http

content

package content

Visibility
  1. Public
  2. All

Type Members

  1. case class ContentType(mimeType: String, charSet: String = null, boundary: String = null) extends Product with Serializable

  2. case class FileContent(file: File, contentTypeOverride: ContentType = null, allowCaching: Boolean = true) extends StreamableContent with Product with Serializable

  3. case class FormPostContent(contentString: String) extends HttpContent with Product with Serializable

  4. trait HttpContent extends AnyRef

  5. case class InputStreamContent(input: InputStream, contentType: ContentType, contentLength: Long, lastModified: Long) extends StreamableContent with Product with Serializable

  6. trait StreamableContent extends HttpContent

  7. trait StreamingContent extends HttpContent

  8. case class StringContent(value: String, contentType: ContentType = ContentType.Plain, lastModified: Long = 1L) extends HttpContent with Product with Serializable

  9. case class URLContent(url: URL, contentTypeOverride: ContentType = null, allowCaching: Boolean = true) extends StreamableContent with Product with Serializable

Value Members

  1. object ContentType extends Serializable

Ungrouped