Packages

p

net.liftweb.http

provider

package provider

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait HTTPContext extends AnyRef

    Represents the service context information.

    Represents the service context information. Similar with servlet context.

  2. case class HTTPCookie (name: String, value: Box[String], domain: Box[String], path: Box[String], maxAge: Box[Int], version: Box[Int], secure_?: Box[Boolean], httpOnly: Box[Boolean] = Empty) extends Cloneable with Product with Serializable

    Repersents an immutable representation of an HTTP Cookie

  3. case class HTTPParam (name: String, values: List[String]) extends Product with Serializable

    Represents a HTTP query parameter or a HTTP header parameter

  4. trait HTTPProvider extends AnyRef

    Implement this trait in order to integrate Lift with other underlaying web containers.

    Implement this trait in order to integrate Lift with other underlaying web containers. Not necessarily JEE containers.

  5. trait HTTPRequest extends AnyRef

    The representation of a HTTP request state

  6. trait HTTPResponse extends AnyRef

    Represents the HTTP response that will be send to the client

  7. trait HTTPSession extends AnyRef

    The representation of a HTTP session

Value Members

  1. object HTTPCookie extends Serializable

    Companion module for creating HTTPCookie objects

  2. object HTTPParam extends Serializable

    Companion module for creating new HTTPParam objects

  3. object RetryState extends Enumeration

Ungrouped