package check
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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
- sealed trait HttpCheckScope extends AnyRef
- trait HttpCheckSupport extends AnyRef
Value Members
- object HttpCheckBuilders
- object HttpCheckScope