com.outr.net

http

package http

Visibility
  1. Public
  2. All

Type Members

  1. case class Cookie(name: String, value: String, comment: String = null, commentUrl: String = null, domain: String = null, httpOnly: Boolean = false, maxAge: Double = Double.MinValue, path: String = "/", ports: Set[Int] = Set.empty, secure: Boolean = false, version: Int = 0) extends Product with Serializable

    Cookie represents a request or response cookie.

    Cookie represents a request or response cookie. For requests only name and value are populated.

    To remove a cookie set maxAge to 0 or -1 for a session cookie.

  2. trait HttpApplication extends Listenable with HttpHandler with Updatable with Disposable

  3. trait HttpHandler extends AnyRef

  4. trait HttpHeaders extends AnyRef

  5. case class HttpParameters(values: Map[String, List[String]] = Map.empty) extends Product with Serializable

  6. trait NotFoundApplication extends HttpApplication

  7. abstract class WebApplication[S <: Session] extends SessionApplication[S] with NotFoundApplication

Value Members

  1. object HttpApplication

  2. object HttpHandler

  3. object HttpParameters extends Serializable

  4. package client

  5. package content

  6. package filter

  7. package handler

  8. package mime

  9. package request

  10. package response

  11. package session

Ungrouped