Packages

p

io.youi

http

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]
  2. sealed abstract class CacheControlEntry extends AnyRef
  3. class Connection extends AnyRef
  4. class DateHeaderKey extends TypedHeaderKey[Long]
  5. sealed abstract class DispositionType extends AnyRef
  6. case class Header(key: HeaderKey, value: String) extends Product with Serializable
  7. trait HeaderKey extends AnyRef
  8. case class Headers(map: TreeMap[String, List[String]] = ...) extends Product with Serializable
  9. sealed abstract class HttpMethod extends AnyRef
  10. case class HttpRequest(method: HttpMethod = HttpMethod.Get, source: IP = IP.LocalHost, url: URL = URL(), headers: Headers = Headers.empty, content: Option[Content] = None, timestamp: Long = System.currentTimeMillis()) extends Product with Serializable
  11. case class HttpResponse(status: HttpStatus = HttpStatus.OK, headers: Headers = Headers.empty, content: Option[Content] = None) extends Product with Serializable
  12. case class HttpStatus(code: Int, message: String) extends Ordered[HttpStatus] with Product with Serializable
  13. trait ListTypedHeaderKey[V] extends HeaderKey
  14. class LongHeaderKey extends TypedHeaderKey[Long]
  15. trait MultiTypedHeaderKey[V] extends HeaderKey
  16. abstract class StreamContent extends Content
  17. class StreamZipContent extends StreamContent
  18. class StringHeaderKey extends TypedHeaderKey[String]
  19. trait TypedHeaderKey[V] extends HeaderKey
  20. class WebSocketChannels extends AnyRef
  21. case class ZipFileEntry(file: File, path: String) extends Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped