Package

net.liftweb.http

provider

Permalink

package provider

Visibility
  1. Public
  2. All

Type Members

  1. trait HTTPContext extends AnyRef

    Permalink

    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

    Permalink

    Repersents an immutable representation of an HTTP Cookie

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

    Permalink

    Represents a HTTP query parameter or a HTTP header parameter

  4. trait HTTPProvider extends AnyRef

    Permalink

    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

    Permalink

    The representation of a HTTP request state

  6. trait HTTPResponse extends AnyRef

    Permalink

    Represents the HTTP response that will be send to the client

  7. trait HTTPSession extends AnyRef

    Permalink

    The representation of a HTTP session

Value Members

  1. object HTTPCookie extends Serializable

    Permalink

    Companion module for creating HTTPCookie objects

  2. object HTTPParam extends Serializable

    Permalink

    Companion module for creating new HTTPParam objects

  3. object RetryState extends Enumeration

    Permalink
  4. package servlet

    Permalink

Ungrouped