Package

io.gatling.http

cache

Permalink

package cache

Visibility
  1. Public
  2. All

Type Members

  1. case class ContentCacheEntry(expires: Option[Long], etag: Option[String], lastModified: Option[String]) extends Product with Serializable

    Permalink
  2. case class ContentCacheKey(uri: Uri, method: String, cookies: Cookies) extends Product with Serializable

    Permalink
  3. class Cookies extends AnyRef

    Permalink
  4. trait DnsCacheSupport extends AnyRef

    Permalink
  5. trait ExpiresSupport extends AnyRef

    Permalink
  6. class HttpCaches extends HttpContentCacheSupport with PermanentRedirectCacheSupport with DnsCacheSupport with LocalAddressSupport with StrictLogging

    Permalink
  7. trait HttpContentCacheSupport extends ExpiresSupport

    Permalink
  8. trait LocalAddressSupport extends AnyRef

    Permalink
  9. case class PermanentRedirectCacheKey(uri: Uri, cookies: Cookies) extends Product with Serializable

    Permalink
  10. trait PermanentRedirectCacheSupport extends AnyRef

    Permalink

Value Members

  1. object ContentCacheKey extends Serializable

    Permalink
  2. object DnsCacheSupport

    Permalink
  3. object HttpContentCacheSupport

    Permalink
  4. object LocalAddressSupport

    Permalink
  5. object PermanentRedirectCacheKey extends Serializable

    Permalink
  6. object PermanentRedirectCacheSupport

    Permalink

Ungrouped