Package

io.gatling.http

check

Permalink

package check

Visibility
  1. Public
  2. All

Type Members

  1. case class HttpCheck(wrapped: Check[Response], scope: HttpCheckScope, responseBodyUsageStrategy: Option[ResponseBodyUsageStrategy]) extends Check[Response] with Product with Serializable

    Permalink

    This class serves as model for the HTTP-specific checks

    This class serves as model for the HTTP-specific checks

    wrapped

    the underlying check

    scope

    the part of the response this check targets

    responseBodyUsageStrategy

    how this check uses the response body

  2. sealed trait HttpCheckScope extends AnyRef

    Permalink
  3. trait HttpCheckSupport extends AnyRef

    Permalink

Value Members

  1. object HttpCheckBuilders

    Permalink
  2. object HttpCheckScope

    Permalink
  3. package async

    Permalink
  4. package body

    Permalink
  5. package checksum

    Permalink
  6. package header

    Permalink
  7. package status

    Permalink
  8. package time

    Permalink
  9. package url

    Permalink

Ungrouped