Package

io.youi

http

Permalink

package http

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. http
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class BooleanHeaderKey extends TypedHeaderKey[Boolean]

    Permalink
  2. sealed abstract class CacheControlEntry extends AnyRef

    Permalink
  3. class Connection extends AnyRef

    Permalink
  4. trait Content extends RequestContent

    Permalink
  5. class DateHeaderKey extends TypedHeaderKey[Long]

    Permalink
  6. sealed abstract class DispositionType extends AnyRef

    Permalink
  7. case class FileContent(file: File, contentType: ContentType) extends Content with Product with Serializable

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

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

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

    Permalink
  11. sealed trait FormDataEntry extends AnyRef

    Permalink
  12. case class Header(key: HeaderKey, value: String) extends Product with Serializable

    Permalink
  13. trait HeaderKey extends AnyRef

    Permalink
  14. case class Headers(map: TreeMap[String, List[String]] = ...) extends Product with Serializable

    Permalink
  15. case class HttpRequest(method: Method = Method.Get, source: IP = IP.LocalHost, url: URL = URL(), headers: Headers = Headers.empty, content: Option[RequestContent] = None) extends Product with Serializable

    Permalink
  16. case class HttpResponse(status: Status = Status.OK, headers: Headers = Headers.empty, content: Option[Content] = None) extends Product with Serializable

    Permalink
  17. trait ListTypedHeaderKey[V] extends HeaderKey

    Permalink
  18. class LongHeaderKey extends TypedHeaderKey[Long]

    Permalink
  19. sealed abstract class Method extends AnyRef

    Permalink
  20. trait MultiTypedHeaderKey[V] extends HeaderKey

    Permalink
  21. sealed trait RequestContent extends AnyRef

    Permalink
  22. class Status extends AnyRef

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

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

    Permalink
  25. class StringHeaderKey extends TypedHeaderKey[String]

    Permalink
  26. trait TypedHeaderKey[V] extends HeaderKey

    Permalink
  27. case class URLContent(url: URL, contentType: ContentType) extends Content with Product with Serializable

    Permalink
  28. class WebSocketChannels extends AnyRef

    Permalink

Value Members

  1. object CacheControl extends MultiTypedHeaderKey[CacheControlEntry]

    Permalink
  2. object Connection

    Permalink
  3. object Content

    Permalink
  4. object CookieHeader extends ListTypedHeaderKey[RequestCookie]

    Permalink
  5. object DateHeaderKey

    Permalink
  6. object DispositionType

    Permalink
  7. object HeaderKey

    Permalink
  8. object Headers extends Serializable

    Permalink
  9. object Method

    Permalink
  10. object SetCookie extends ListTypedHeaderKey[ResponseCookie]

    Permalink
  11. object Status

    Permalink
  12. object WebSocketUtil

    Permalink
  13. object all extends URLMatcher

    Permalink
  14. object combined

    Permalink
  15. package cookie

    Permalink
  16. implicit def file2Content(file: File): Content

    Permalink
  17. object host

    Permalink
  18. object path

    Permalink
  19. object url

    Permalink
  20. implicit def url2Content(url: URL): Content

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped