Packages

package check

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

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

  2. class HttpCheckMaterializer[T, P] extends CheckMaterializer[T, HttpCheck, Response, P]
  3. sealed abstract class HttpCheckScope extends Product with Serializable
  4. trait HttpCheckSupport extends AnyRef

Value Members

  1. object HttpCheckBuilders
  2. object HttpCheckScope extends Serializable

Ungrouped