Packages

trait HttpDsl extends HttpCheckSupport with WsCheckSupport with SseCheckSupport with SitemapFeederSupport with BodyPartSupport with CookieSupport with ProxySupport

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HttpDsl
  2. ProxySupport
  3. CookieSupport
  4. BodyPartSupport
  5. SitemapFeederSupport
  6. ResourceCache
  7. SseCheckSupport
  8. WsCheckSupport
  9. HttpCheckSupport
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def ByteArrayBodyPart(name: Expression[String], bytes: Expression[Array[Byte]]): BodyPart
    Definition Classes
    BodyPartSupport
  5. def ByteArrayBodyPart(bytes: Expression[Array[Byte]]): BodyPart
    Definition Classes
    BodyPartSupport
  6. def Cookie(name: Expression[String], value: Expression[String]): AddCookieDsl
    Definition Classes
    CookieSupport
  7. def CookieKey(name: Expression[String]): GetCookieDsl
    Definition Classes
    CookieSupport
  8. def ElFileBodyPart(name: Expression[String], filePath: Expression[String])(implicit configuration: GatlingConfiguration, elFileBodies: ElFileBodies): BodyPart
    Definition Classes
    BodyPartSupport
  9. def ElFileBodyPart(filePath: Expression[String])(implicit configuration: GatlingConfiguration, elFileBodies: ElFileBodies): BodyPart
    Definition Classes
    BodyPartSupport
  10. val HttpHeaderNames: HeaderNames.type
  11. val HttpHeaderValues: HeaderValues.type
  12. def PebbleFileBodyPart(name: Expression[String], filePath: Expression[String])(implicit configuration: GatlingConfiguration, pebbleFileBodies: PebbleFileBodies): BodyPart
    Definition Classes
    BodyPartSupport
  13. def PebbleFileBodyPart(filePath: Expression[String])(implicit configuration: GatlingConfiguration, pebbleFileBodies: PebbleFileBodies): BodyPart
    Definition Classes
    BodyPartSupport
  14. def PebbleStringBodyPart(name: Expression[String], string: String)(implicit configuration: GatlingConfiguration): BodyPart
    Definition Classes
    BodyPartSupport
  15. def PebbleStringBodyPart(string: String)(implicit configuration: GatlingConfiguration): BodyPart
    Definition Classes
    BodyPartSupport
  16. def Proxy(host: String, port: Int): ProxyBuilder
    Definition Classes
    ProxySupport
  17. def RawFileBodyPart(name: Expression[String], filePath: Expression[String])(implicit rawFileBodies: RawFileBodies): BodyPart
    Definition Classes
    BodyPartSupport
  18. def RawFileBodyPart(filePath: Expression[String])(implicit rawFileBodies: RawFileBodies): BodyPart
    Definition Classes
    BodyPartSupport
  19. def StringBodyPart(name: Expression[String], string: Expression[String])(implicit configuration: GatlingConfiguration): BodyPart
    Definition Classes
    BodyPartSupport
  20. def StringBodyPart(string: Expression[String])(implicit configuration: GatlingConfiguration): BodyPart
    Definition Classes
    BodyPartSupport
  21. def addCookie(cookie: AddCookieDsl): AddCookieBuilder
    Definition Classes
    CookieSupport
  22. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  23. def cachedResource(customResourcesDirectory: Option[Path], path: String): Validation[Resource]
    Attributes
    protected
    Definition Classes
    ResourceCache
  24. implicit def checkBuilder2HttpCheck[T, P](checkBuilder: CheckBuilder[T, P])(implicit materializer: CheckMaterializer[T, HttpCheck, Response, P]): HttpCheck
    Definition Classes
    HttpCheckSupport
    Annotations
    @implicitNotFound()
  25. implicit def checkBuilder2SseCheck[T, P](checkBuilder: CheckBuilder[T, P])(implicit materializer: CheckMaterializer[T, SseCheck, String, P]): SseCheck
    Definition Classes
    SseCheckSupport
  26. implicit def checkBuilder2WsBinaryCheck[T, P](checkBuilder: CheckBuilder[T, P])(implicit materializer: CheckMaterializer[T, Binary, Array[Byte], P]): Binary
    Definition Classes
    WsCheckSupport
  27. implicit def checkBuilder2WsTextCheck[T, P](checkBuilder: CheckBuilder[T, P])(implicit materializer: CheckMaterializer[T, Text, String, P]): Text
    Definition Classes
    WsCheckSupport
  28. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  29. val currentLocation: Find[CurrentLocationCheckType, String, String]
    Definition Classes
    HttpCheckSupport
  30. implicit val currentLocationCheckMaterializer: CheckMaterializer[CurrentLocationCheckType, HttpCheck, Response, String]
    Definition Classes
    HttpCheckSupport
  31. def currentLocationRegex(pattern: Expression[String])(implicit patterns: Patterns): MultipleFind[CurrentLocationRegexCheckType, String, String] with CurrentLocationRegexOfType
    Definition Classes
    HttpCheckSupport
  32. implicit val currentLocationRegexCheckMaterializer: CheckMaterializer[CurrentLocationRegexCheckType, HttpCheck, Response, String]
    Definition Classes
    HttpCheckSupport
  33. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  35. implicit def find2HttpCheck[T, P, X](find: Find[T, P, X])(implicit materializer: CheckMaterializer[T, HttpCheck, Response, P]): HttpCheck
    Definition Classes
    HttpCheckSupport
    Annotations
    @implicitNotFound()
  36. implicit def find2SseCheck[T, P, X](find: Find[T, P, X])(implicit materializer: CheckMaterializer[T, SseCheck, String, P]): SseCheck
    Definition Classes
    SseCheckSupport
  37. implicit def find2WsBinaryCheck[T, P, X](find: Find[T, P, X])(implicit materializer: CheckMaterializer[T, Binary, Array[Byte], P]): Binary
    Definition Classes
    WsCheckSupport
  38. implicit def find2WsTextCheck[T, P, X](find: Find[T, P, X])(implicit materializer: CheckMaterializer[T, Text, String, P]): Text
    Definition Classes
    WsCheckSupport
  39. def flushCookieJar: Expression[Session]
    Definition Classes
    CookieSupport
  40. def flushHttpCache: Expression[Session]
    Definition Classes
    CookieSupport
  41. def flushSessionCookies: Expression[Session]
    Definition Classes
    CookieSupport
  42. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  43. def getCookieValue(cookie: GetCookieDsl): GetCookieBuilder
    Definition Classes
    CookieSupport
  44. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  45. def header(headerName: Expression[CharSequence]): MultipleFind[HttpHeaderCheckType, Response, String]
    Definition Classes
    HttpCheckSupport
  46. def headerRegex(headerName: Expression[CharSequence], pattern: Expression[String])(implicit patterns: Patterns): MultipleFind[HttpHeaderRegexCheckType, Response, String] with HttpHeaderRegexOfType
    Definition Classes
    HttpCheckSupport
  47. def http(requestName: Expression[String]): Http
  48. def http(implicit configuration: GatlingConfiguration): HttpProtocolBuilder
  49. implicit val httpBodyBytesCheckMaterializer: CheckMaterializer[BodyBytesCheckType, HttpCheck, Response, Array[Byte]]
    Definition Classes
    HttpCheckSupport
  50. implicit def httpBodyCssCheckMaterializer(implicit selectors: CssSelectors): CheckMaterializer[CssCheckType, HttpCheck, Response, NodeSelector]
    Definition Classes
    HttpCheckSupport
  51. implicit def httpBodyJmesPathCheckMaterializer(implicit jsonParsers: JsonParsers): CheckMaterializer[JmesPathCheckType, HttpCheck, Response, JsonNode]
    Definition Classes
    HttpCheckSupport
  52. implicit def httpBodyJsonPathCheckMaterializer(implicit jsonParsers: JsonParsers): CheckMaterializer[JsonPathCheckType, HttpCheck, Response, JsonNode]
    Definition Classes
    HttpCheckSupport
  53. implicit def httpBodyJsonpJmesPathCheckMaterializer(implicit jsonParsers: JsonParsers): CheckMaterializer[JsonpJmesPathCheckType, HttpCheck, Response, JsonNode]
    Definition Classes
    HttpCheckSupport
  54. implicit def httpBodyJsonpJsonPathCheckMaterializer(implicit jsonParsers: JsonParsers): CheckMaterializer[JsonpJsonPathCheckType, HttpCheck, Response, JsonNode]
    Definition Classes
    HttpCheckSupport
  55. implicit val httpBodyLengthCheckMaterializer: CheckMaterializer[BodyBytesCheckType, HttpCheck, Response, Int]
    Definition Classes
    HttpCheckSupport
  56. implicit val httpBodyRegexCheckMaterializer: CheckMaterializer[RegexCheckType, HttpCheck, Response, String]
    Definition Classes
    HttpCheckSupport
  57. implicit val httpBodyStreamCheckMaterializer: CheckMaterializer[BodyStreamCheckType, HttpCheck, Response, () => InputStream]
    Definition Classes
    HttpCheckSupport
  58. implicit val httpBodyStringCheckMaterializer: CheckMaterializer[BodyStringCheckType, HttpCheck, Response, String]
    Definition Classes
    HttpCheckSupport
  59. implicit val httpBodySubstringCheckMaterializer: CheckMaterializer[SubstringCheckType, HttpCheck, Response, String]
    Definition Classes
    HttpCheckSupport
  60. implicit val httpBodyXPathCheckMaterializer: CheckMaterializer[XPathCheckType, HttpCheck, Response, XdmNode]
    Definition Classes
    HttpCheckSupport
  61. implicit val httpHeaderCheckMaterializer: CheckMaterializer[HttpHeaderCheckType, HttpCheck, Response, Response]
    Definition Classes
    HttpCheckSupport
  62. implicit val httpHeaderRegexCheckMaterializer: CheckMaterializer[HttpHeaderRegexCheckType, HttpCheck, Response, Response]
    Definition Classes
    HttpCheckSupport
  63. implicit val httpMd5CheckMaterializer: CheckMaterializer[Md5CheckType, HttpCheck, Response, String]
    Definition Classes
    HttpCheckSupport
  64. implicit val httpResponseTimeCheckMaterializer: CheckMaterializer[ResponseTimeCheckType, HttpCheck, Response, ResponseTimings]
    Definition Classes
    HttpCheckSupport
  65. implicit val httpSha1CheckMaterializer: CheckMaterializer[Sha1CheckType, HttpCheck, Response, String]
    Definition Classes
    HttpCheckSupport
  66. implicit val httpStatusCheckMaterializer: CheckMaterializer[HttpStatusCheckType, HttpCheck, Response, Response]
    Definition Classes
    HttpCheckSupport
  67. implicit val httpTypedCheckIfMaker: TypedCheckIfMaker[Response, HttpCheck]
    Definition Classes
    HttpCheckSupport
  68. implicit val httpUntypedCheckIfMaker: UntypedCheckIfMaker[HttpCheck]
    Definition Classes
    HttpCheckSupport
  69. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  70. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  71. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  72. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  73. val poll: Polling
  74. def sitemap(resource: Validation[Resource])(implicit configuration: GatlingConfiguration): FileBasedFeederBuilder[String]
    Definition Classes
    SitemapFeederSupport
  75. def sitemap(filePath: String)(implicit configuration: GatlingConfiguration): FileBasedFeederBuilder[String]
    Definition Classes
    SitemapFeederSupport
  76. val sse: Sse.type
  77. implicit val sseBodyStringCheckMaterializer: CheckMaterializer[BodyStringCheckType, SseCheck, String, String]
    Definition Classes
    SseCheckSupport
  78. implicit def sseJmesPathCheckMaterializer(implicit jsonParsers: JsonParsers): CheckMaterializer[JmesPathCheckType, SseCheck, String, JsonNode]
    Definition Classes
    SseCheckSupport
  79. implicit def sseJsonPathCheckMaterializer(implicit jsonParsers: JsonParsers): CheckMaterializer[JsonPathCheckType, SseCheck, String, JsonNode]
    Definition Classes
    SseCheckSupport
  80. implicit val sseRegexCheckMaterializer: CheckMaterializer[RegexCheckType, SseCheck, String, String]
    Definition Classes
    SseCheckSupport
  81. implicit val sseSubstringCheckMaterializer: CheckMaterializer[SubstringCheckType, SseCheck, String, String]
    Definition Classes
    SseCheckSupport
  82. implicit val sseTypedCheckIfMaker: TypedCheckIfMaker[String, SseCheck]
    Definition Classes
    SseCheckSupport
  83. implicit val sseUntypedCheckIfMaker: UntypedCheckIfMaker[SseCheck]
    Definition Classes
    SseCheckSupport
  84. val status: Find[HttpStatusCheckType, Response, Int]
    Definition Classes
    HttpCheckSupport
  85. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  86. def toString(): String
    Definition Classes
    AnyRef → Any
  87. implicit def validate2HttpCheck[T, P, X](validate: Validate[T, P, X])(implicit materializer: CheckMaterializer[T, HttpCheck, Response, P]): HttpCheck
    Definition Classes
    HttpCheckSupport
    Annotations
    @implicitNotFound()
  88. implicit def validate2SseCheck[T, P, X](validate: Validate[T, P, X])(implicit materializer: CheckMaterializer[T, SseCheck, String, P]): SseCheck
    Definition Classes
    SseCheckSupport
  89. implicit def validate2WsBinaryCheck[T, P, X](validate: Validate[T, P, X])(implicit materializer: CheckMaterializer[T, Binary, Array[Byte], P]): Binary
    Definition Classes
    WsCheckSupport
  90. implicit def validate2WsTextCheck[T, P, X](validate: Validate[T, P, X])(implicit materializer: CheckMaterializer[T, Text, String, P]): Text
    Definition Classes
    WsCheckSupport
  91. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  92. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  93. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  94. val ws: Ws.type
  95. implicit val wsBinaryTypedCheckIfMaker: TypedCheckIfMaker[Array[Byte], Binary]
    Definition Classes
    WsCheckSupport
  96. implicit val wsBinaryUntypedCheckIfMaker: UntypedCheckIfMaker[Binary]
    Definition Classes
    WsCheckSupport
  97. implicit val wsBodyBytesCheckMaterializer: CheckMaterializer[BodyBytesCheckType, Binary, Array[Byte], Array[Byte]]
    Definition Classes
    WsCheckSupport
  98. implicit val wsBodyLengthCheckMaterializer: CheckMaterializer[BodyBytesCheckType, Binary, Array[Byte], Int]
    Definition Classes
    WsCheckSupport
  99. implicit val wsBodyStringCheckMaterializer: CheckMaterializer[BodyStringCheckType, Text, String, String]
    Definition Classes
    WsCheckSupport
  100. implicit def wsJmesPathCheckMaterializer(implicit jsonParsers: JsonParsers): CheckMaterializer[JmesPathCheckType, Text, String, JsonNode]
    Definition Classes
    WsCheckSupport
  101. implicit def wsJsonPathCheckMaterializer(implicit jsonParsers: JsonParsers): CheckMaterializer[JsonPathCheckType, Text, String, JsonNode]
    Definition Classes
    WsCheckSupport
  102. implicit val wsRegexCheckMaterializer: CheckMaterializer[RegexCheckType, Text, String, String]
    Definition Classes
    WsCheckSupport
  103. implicit val wsSubstringCheckMaterializer: CheckMaterializer[SubstringCheckType, Text, String, String]
    Definition Classes
    WsCheckSupport
  104. implicit val wsTextTypedCheckIfMaker: TypedCheckIfMaker[String, Text]
    Definition Classes
    WsCheckSupport
  105. implicit val wsTextUntypedCheckIfMaker: UntypedCheckIfMaker[Text]
    Definition Classes
    WsCheckSupport

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

  2. val polling: Polling
    Annotations
    @deprecated
    Deprecated

    (Since version 3.7.0) Use poll instead

Inherited from ProxySupport

Inherited from CookieSupport

Inherited from BodyPartSupport

Inherited from SitemapFeederSupport

Inherited from ResourceCache

Inherited from SseCheckSupport

Inherited from WsCheckSupport

Inherited from HttpCheckSupport

Inherited from AnyRef

Inherited from Any

Ungrouped