Packages

package check

Ordering
  1. Alphabetic
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

    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
  3. trait HttpCheckSupport extends AnyRef

Value Members

  1. object HttpCheckBuilders
  2. object HttpCheckScope

Ungrouped