Package

io.gatling.http

cookie

Permalink

package cookie

Visibility
  1. Public
  2. All

Type Members

  1. case class CookieJar(store: Map[CookieKey, StoredCookie]) extends Product with Serializable

    Permalink
  2. case class CookieKey(name: String, domain: String, path: String) extends Product with Serializable

    Permalink
  3. case class StoredCookie(cookie: Cookie, hostOnly: Boolean, persistent: Boolean, creationTime: Long) extends Product with Serializable

    Permalink

Value Members

  1. object CookieJar extends Serializable

    Permalink
  2. object CookieSupport

    Permalink

Ungrouped