trait HttpDsl extends HttpCheckSupport with AsyncCheckSupport with SitemapFeederSupport
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- HttpDsl
- SitemapFeederSupport
- AsyncCheckSupport
- AsyncCheckDSL
- HttpCheckSupport
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
CheckTypeStep
extends AnyRef
- Definition Classes
- AsyncCheckDSL
-
class
ExpectationStep
extends AnyRef
- Definition Classes
- AsyncCheckDSL
-
class
TimeoutStep
extends AnyRef
- Definition Classes
- AsyncCheckDSL
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ByteArrayBodyPart(name: Expression[String], bytes: Expression[Array[Byte]]): BodyPart
- def ByteArrayBodyPart(bytes: Expression[Array[Byte]]): BodyPart
- def Cookie: CookieDSL.type
- def ElFileBodyPart(name: Expression[String], filePath: Expression[String])(implicit configuration: GatlingConfiguration, elFileBodies: ElFileBodies): BodyPart
- def ElFileBodyPart(filePath: Expression[String])(implicit configuration: GatlingConfiguration, elFileBodies: ElFileBodies): BodyPart
- val HttpHeaderNames: HeaderNames.type
- val HttpHeaderValues: HeaderValues.type
- val Proxy: (String, Int) ⇒ HttpProxyBuilder
- def RawFileBodyPart(name: Expression[String], filePath: Expression[String])(implicit rawFileBodies: RawFileBodies): BodyPart
- def RawFileBodyPart(filePath: Expression[String])(implicit rawFileBodies: RawFileBodies): BodyPart
- def StringBodyPart(name: Expression[String], string: Expression[String])(implicit configuration: GatlingConfiguration): BodyPart
- def StringBodyPart(string: Expression[String])(implicit configuration: GatlingConfiguration): BodyPart
- def addCookie(cookie: CookieDSL): AddCookieBuilder
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
bodyBytes: DefaultFindCheckBuilder[HttpCheck, Response, Array[Byte], Array[Byte]]
- Definition Classes
- HttpCheckSupport
-
val
bodyString: DefaultFindCheckBuilder[HttpCheck, Response, String, String]
- Definition Classes
- HttpCheckSupport
-
implicit
def
checkTypeStep2Check(step: CheckTypeStep): AsyncCheckBuilder
- Definition Classes
- AsyncCheckSupport
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
css(selector: Expression[String], nodeAttribute: String)(implicit extractorFactory: CssExtractorFactory): HttpBodyCssCheckBuilder[String] with HttpBodyCssOfType
- Definition Classes
- HttpCheckSupport
-
def
css(selector: Expression[String])(implicit extractorFactory: CssExtractorFactory): HttpBodyCssCheckBuilder[String] with HttpBodyCssOfType
- Definition Classes
- HttpCheckSupport
-
val
currentLocation: DefaultFindCheckBuilder[HttpCheck, Response, Response, String]
- Definition Classes
- HttpCheckSupport
-
def
currentLocationRegex(expression: Expression[String])(implicit extractorFactory: RegexExtractorFactory): CurrentLocationRegexCheckBuilder[String] with CurrentLocationRegexOfType
- Definition Classes
- HttpCheckSupport
-
implicit
def
defaultHttpHeaderRegexExtractorFactory(implicit patterns: Patterns): HttpHeaderRegexExtractorFactory
- Definition Classes
- HttpCheckSupport
- val dumpSessionOnFailure: (ExtraInfo) ⇒ List[Any]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def flushCookieJar: Expression[Session]
- def flushHttpCache: FlushCacheBuilder
- def flushSessionCookies: Expression[Session]
-
def
form(selector: Expression[String])(implicit extractorFactory: CssExtractorFactory): HttpBodyCssCheckBuilder[Map[String, Seq[String]]]
- Definition Classes
- HttpCheckSupport
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
val
header: (Expression[String]) ⇒ DefaultMultipleFindCheckBuilder[HttpCheck, Response, Response, String]
- Definition Classes
- HttpCheckSupport
-
def
headerRegex(headerName: Expression[String], pattern: Expression[String])(implicit extractorFactory: HttpHeaderRegexExtractorFactory): HttpHeaderRegexCheckBuilder[String] with HttpHeaderRegexOfType
- Definition Classes
- HttpCheckSupport
- def http(requestName: Expression[String]): Http
- def http(implicit configuration: GatlingConfiguration): HttpProtocolBuilder
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
jsonPath(path: Expression[String])(implicit extractorFactory: JsonPathExtractorFactory, jsonParsers: JsonParsers): HttpBodyJsonPathCheckBuilder[String] with HttpBodyJsonPathOfType
- Definition Classes
- HttpCheckSupport
-
def
jsonpJsonPath(path: Expression[String])(implicit extractorFactory: JsonPathExtractorFactory, jsonParsers: JsonParsers): HttpBodyJsonpJsonPathCheckBuilder[String] with HttpBodyJsonpJsonPathOfType
- Definition Classes
- HttpCheckSupport
-
val
md5: DefaultFindCheckBuilder[HttpCheck, Response, Response, String]
- Definition Classes
- HttpCheckSupport
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def polling: Polling
-
def
regex(expression: Expression[String])(implicit extractorFactory: RegexExtractorFactory): HttpBodyRegexCheckBuilder[String] with HttpBodyRegexOfType
- Definition Classes
- HttpCheckSupport
-
val
responseTimeInMillis: DefaultFindCheckBuilder[HttpCheck, Response, Response, Int]
- Definition Classes
- HttpCheckSupport
-
val
sha1: DefaultFindCheckBuilder[HttpCheck, Response, Response, String]
- Definition Classes
- HttpCheckSupport
-
def
sitemap(resource: Validation[Resource]): RecordSeqFeederBuilder[String]
- Definition Classes
- SitemapFeederSupport
-
def
sitemap(fileName: String)(implicit configuration: GatlingConfiguration): RecordSeqFeederBuilder[String]
- Definition Classes
- SitemapFeederSupport
- def sse(requestName: Expression[String], sseName: String): Sse
- def sse(requestName: Expression[String]): Sse
-
val
status: DefaultFindCheckBuilder[HttpCheck, Response, Response, Int]
- Definition Classes
- HttpCheckSupport
-
val
substring: (Expression[String]) ⇒ DefaultMultipleFindCheckBuilder[HttpCheck, Response, String, Int]
- Definition Classes
- HttpCheckSupport
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def ws(requestName: Expression[String], wsName: String): Ws
- def ws(requestName: Expression[String]): Ws
-
val
wsAwait: TimeoutStep
- Definition Classes
- AsyncCheckDSL
-
val
wsListen: TimeoutStep
- Definition Classes
- AsyncCheckDSL
-
def
xpath(expression: Expression[String], namespaces: List[(String, String)] = Nil)(implicit extractorFactory: SaxonXPathExtractorFactory, jdkXPathExtractorFactory: JdkXPathExtractorFactory): DefaultMultipleFindCheckBuilder[HttpCheck, Response, _ >: Option[XdmNode] with Option[Document] <: Option[AnyRef], String]
- Definition Classes
- HttpCheckSupport
-
implicit
object
HttpTypedConditionalCheckWrapper
extends TypedConditionalCheckWrapper[Response, HttpCheck]
- Definition Classes
- HttpCheckSupport
-
implicit
object
HttpUntypedConditionalCheckWrapper
extends UntypedConditionalCheckWrapper[HttpCheck]
- Definition Classes
- HttpCheckSupport