package check
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
final
case class
HttpCheck(wrapped: Check[Response], scope: HttpCheckScope) 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
- class HttpCheckMaterializer[T, P] extends CheckMaterializer[T, HttpCheck, Response, P]
- sealed abstract class HttpCheckScope extends Product with Serializable
- trait HttpCheckSupport extends AnyRef
Value Members
- object HttpCheckBuilders
- object HttpCheckScope extends Serializable