Package

io.youi.http

content

Permalink

package content

Visibility
  1. Public
  2. All

Type Members

  1. case class BytesContent(value: Array[Byte], contentType: ContentType, lastModified: Long = System.currentTimeMillis()) extends Content with Product with Serializable

    Permalink
  2. trait Content extends AnyRef

    Permalink
  3. trait ContentHelpers extends SharedContentHelpers

    Permalink
  4. case class FileContent(file: File, contentType: ContentType, lastModifiedOverride: Option[Long] = None) extends Content with Product with Serializable

    Permalink
  5. case class FileEntry(fileName: String, file: File, headers: Headers) extends FormDataEntry with Product with Serializable

    Permalink
  6. case class FormData(key: String, entries: List[FormDataEntry]) extends Product with Serializable

    Permalink
  7. case class FormDataContent(data: List[FormData]) extends Content with Product with Serializable

    Permalink
  8. sealed trait FormDataEntry extends AnyRef

    Permalink
  9. trait SharedContentHelpers extends AnyRef

    Permalink
  10. case class StringContent(value: String, contentType: ContentType, lastModified: Long = System.currentTimeMillis()) extends Content with Product with Serializable

    Permalink
  11. case class StringEntry(value: String, headers: Headers) extends FormDataEntry with Product with Serializable

    Permalink
  12. case class URLContent(url: URL, contentType: ContentType, lastModifiedOverride: Option[Long] = None) extends Content with Product with Serializable

    Permalink

Value Members

  1. object Content extends SharedContentHelpers with ContentHelpers

    Permalink

Ungrouped