trait HttpDsl extends HttpCheckSupport with WsCheckSupport with SseCheckSupport with SitemapFeederSupport with BodyPartSupport with CookieSupport with ProxySupport
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- HttpDsl
- ProxySupport
- CookieSupport
- BodyPartSupport
- SitemapFeederSupport
- ResourceCache
- SseCheckSupport
- WsCheckSupport
- HttpCheckSupport
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- Definition Classes
- BodyPartSupport
- def ByteArrayBodyPart(bytes: Expression[Array[Byte]]): BodyPart
- Definition Classes
- BodyPartSupport
- def Cookie(name: Expression[String], value: Expression[String]): AddCookieDsl
- Definition Classes
- CookieSupport
- def CookieKey(name: Expression[String]): GetCookieDsl
- Definition Classes
- CookieSupport
- def ElFileBodyPart(name: Expression[String], filePath: Expression[String])(implicit configuration: GatlingConfiguration, elFileBodies: ElFileBodies): BodyPart
- Definition Classes
- BodyPartSupport
- def ElFileBodyPart(filePath: Expression[String])(implicit configuration: GatlingConfiguration, elFileBodies: ElFileBodies): BodyPart
- Definition Classes
- BodyPartSupport
- val HttpHeaderNames: HeaderNames.type
- val HttpHeaderValues: HeaderValues.type
- def PebbleFileBodyPart(name: Expression[String], filePath: Expression[String])(implicit configuration: GatlingConfiguration, pebbleFileBodies: PebbleFileBodies): BodyPart
- Definition Classes
- BodyPartSupport
- def PebbleFileBodyPart(filePath: Expression[String])(implicit configuration: GatlingConfiguration, pebbleFileBodies: PebbleFileBodies): BodyPart
- Definition Classes
- BodyPartSupport
- def PebbleStringBodyPart(name: Expression[String], string: String)(implicit configuration: GatlingConfiguration): BodyPart
- Definition Classes
- BodyPartSupport
- def PebbleStringBodyPart(string: String)(implicit configuration: GatlingConfiguration): BodyPart
- Definition Classes
- BodyPartSupport
- def Proxy(host: String, port: Int): ProxyBuilder
- Definition Classes
- ProxySupport
- def RawFileBodyPart(name: Expression[String], filePath: Expression[String])(implicit rawFileBodies: RawFileBodies): BodyPart
- Definition Classes
- BodyPartSupport
- def RawFileBodyPart(filePath: Expression[String])(implicit rawFileBodies: RawFileBodies): BodyPart
- Definition Classes
- BodyPartSupport
- def StringBodyPart(name: Expression[String], string: Expression[String])(implicit configuration: GatlingConfiguration): BodyPart
- Definition Classes
- BodyPartSupport
- def StringBodyPart(string: Expression[String])(implicit configuration: GatlingConfiguration): BodyPart
- Definition Classes
- BodyPartSupport
- def addCookie(cookie: AddCookieDsl): AddCookieBuilder
- Definition Classes
- CookieSupport
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def cachedResource(customResourcesDirectory: Option[Path], path: String): Validation[Resource]
- Attributes
- protected
- Definition Classes
- ResourceCache
- implicit def checkBuilder2HttpCheck[T, P](checkBuilder: CheckBuilder[T, P])(implicit materializer: CheckMaterializer[T, HttpCheck, Response, P]): HttpCheck
- Definition Classes
- HttpCheckSupport
- Annotations
- @implicitNotFound()
- implicit def checkBuilder2SseCheck[T, P](checkBuilder: CheckBuilder[T, P])(implicit materializer: CheckMaterializer[T, SseCheck, String, P]): SseCheck
- Definition Classes
- SseCheckSupport
- implicit def checkBuilder2WsBinaryCheck[T, P](checkBuilder: CheckBuilder[T, P])(implicit materializer: CheckMaterializer[T, Binary, Array[Byte], P]): Binary
- Definition Classes
- WsCheckSupport
- implicit def checkBuilder2WsTextCheck[T, P](checkBuilder: CheckBuilder[T, P])(implicit materializer: CheckMaterializer[T, Text, String, P]): Text
- Definition Classes
- WsCheckSupport
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val currentLocation: Find[CurrentLocationCheckType, String, String]
- Definition Classes
- HttpCheckSupport
- implicit val currentLocationCheckMaterializer: CheckMaterializer[CurrentLocationCheckType, HttpCheck, Response, String]
- Definition Classes
- HttpCheckSupport
- def currentLocationRegex(pattern: Expression[String])(implicit patterns: Patterns): MultipleFind[CurrentLocationRegexCheckType, String, String] with CurrentLocationRegexOfType
- Definition Classes
- HttpCheckSupport
- implicit val currentLocationRegexCheckMaterializer: CheckMaterializer[CurrentLocationRegexCheckType, HttpCheck, Response, String]
- Definition Classes
- HttpCheckSupport
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- implicit def find2HttpCheck[T, P, X](find: Find[T, P, X])(implicit materializer: CheckMaterializer[T, HttpCheck, Response, P]): HttpCheck
- Definition Classes
- HttpCheckSupport
- Annotations
- @implicitNotFound()
- implicit def find2SseCheck[T, P, X](find: Find[T, P, X])(implicit materializer: CheckMaterializer[T, SseCheck, String, P]): SseCheck
- Definition Classes
- SseCheckSupport
- implicit def find2WsBinaryCheck[T, P, X](find: Find[T, P, X])(implicit materializer: CheckMaterializer[T, Binary, Array[Byte], P]): Binary
- Definition Classes
- WsCheckSupport
- implicit def find2WsTextCheck[T, P, X](find: Find[T, P, X])(implicit materializer: CheckMaterializer[T, Text, String, P]): Text
- Definition Classes
- WsCheckSupport
- def flushCookieJar: Expression[Session]
- Definition Classes
- CookieSupport
- def flushHttpCache: Expression[Session]
- Definition Classes
- CookieSupport
- def flushSessionCookies: Expression[Session]
- Definition Classes
- CookieSupport
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getCookieValue(cookie: GetCookieDsl): GetCookieBuilder
- Definition Classes
- CookieSupport
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def header(headerName: Expression[CharSequence]): MultipleFind[HttpHeaderCheckType, Response, String]
- Definition Classes
- HttpCheckSupport
- def headerRegex(headerName: Expression[CharSequence], pattern: Expression[String])(implicit patterns: Patterns): MultipleFind[HttpHeaderRegexCheckType, Response, String] with HttpHeaderRegexOfType
- Definition Classes
- HttpCheckSupport
- def http(requestName: Expression[String]): Http
- def http(implicit configuration: GatlingConfiguration): HttpProtocolBuilder
- implicit val httpBodyBytesCheckMaterializer: CheckMaterializer[BodyBytesCheckType, HttpCheck, Response, Array[Byte]]
- Definition Classes
- HttpCheckSupport
- implicit def httpBodyCssCheckMaterializer(implicit selectors: CssSelectors): CheckMaterializer[CssCheckType, HttpCheck, Response, NodeSelector]
- Definition Classes
- HttpCheckSupport
- implicit def httpBodyJmesPathCheckMaterializer(implicit jsonParsers: JsonParsers): CheckMaterializer[JmesPathCheckType, HttpCheck, Response, JsonNode]
- Definition Classes
- HttpCheckSupport
- implicit def httpBodyJsonPathCheckMaterializer(implicit jsonParsers: JsonParsers): CheckMaterializer[JsonPathCheckType, HttpCheck, Response, JsonNode]
- Definition Classes
- HttpCheckSupport
- implicit def httpBodyJsonpJmesPathCheckMaterializer(implicit jsonParsers: JsonParsers): CheckMaterializer[JsonpJmesPathCheckType, HttpCheck, Response, JsonNode]
- Definition Classes
- HttpCheckSupport
- implicit def httpBodyJsonpJsonPathCheckMaterializer(implicit jsonParsers: JsonParsers): CheckMaterializer[JsonpJsonPathCheckType, HttpCheck, Response, JsonNode]
- Definition Classes
- HttpCheckSupport
- implicit val httpBodyLengthCheckMaterializer: CheckMaterializer[BodyBytesCheckType, HttpCheck, Response, Int]
- Definition Classes
- HttpCheckSupport
- implicit val httpBodyRegexCheckMaterializer: CheckMaterializer[RegexCheckType, HttpCheck, Response, String]
- Definition Classes
- HttpCheckSupport
- implicit val httpBodyStreamCheckMaterializer: CheckMaterializer[BodyStreamCheckType, HttpCheck, Response, () => InputStream]
- Definition Classes
- HttpCheckSupport
- implicit val httpBodyStringCheckMaterializer: CheckMaterializer[BodyStringCheckType, HttpCheck, Response, String]
- Definition Classes
- HttpCheckSupport
- implicit val httpBodySubstringCheckMaterializer: CheckMaterializer[SubstringCheckType, HttpCheck, Response, String]
- Definition Classes
- HttpCheckSupport
- implicit val httpBodyXPathCheckMaterializer: CheckMaterializer[XPathCheckType, HttpCheck, Response, XdmNode]
- Definition Classes
- HttpCheckSupport
- implicit val httpHeaderCheckMaterializer: CheckMaterializer[HttpHeaderCheckType, HttpCheck, Response, Response]
- Definition Classes
- HttpCheckSupport
- implicit val httpHeaderRegexCheckMaterializer: CheckMaterializer[HttpHeaderRegexCheckType, HttpCheck, Response, Response]
- Definition Classes
- HttpCheckSupport
- implicit val httpMd5CheckMaterializer: CheckMaterializer[Md5CheckType, HttpCheck, Response, String]
- Definition Classes
- HttpCheckSupport
- implicit val httpResponseTimeCheckMaterializer: CheckMaterializer[ResponseTimeCheckType, HttpCheck, Response, ResponseTimings]
- Definition Classes
- HttpCheckSupport
- implicit val httpSha1CheckMaterializer: CheckMaterializer[Sha1CheckType, HttpCheck, Response, String]
- Definition Classes
- HttpCheckSupport
- implicit val httpStatusCheckMaterializer: CheckMaterializer[HttpStatusCheckType, HttpCheck, Response, Response]
- Definition Classes
- HttpCheckSupport
- implicit val httpTypedCheckIfMaker: TypedCheckIfMaker[Response, HttpCheck]
- Definition Classes
- HttpCheckSupport
- implicit val httpUntypedCheckIfMaker: UntypedCheckIfMaker[HttpCheck]
- Definition Classes
- HttpCheckSupport
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val poll: Polling
- def sitemap(resource: Validation[Resource])(implicit configuration: GatlingConfiguration): FileBasedFeederBuilder[String]
- Definition Classes
- SitemapFeederSupport
- def sitemap(filePath: String)(implicit configuration: GatlingConfiguration): FileBasedFeederBuilder[String]
- Definition Classes
- SitemapFeederSupport
- val sse: Sse.type
- implicit val sseBodyStringCheckMaterializer: CheckMaterializer[BodyStringCheckType, SseCheck, String, String]
- Definition Classes
- SseCheckSupport
- implicit def sseJmesPathCheckMaterializer(implicit jsonParsers: JsonParsers): CheckMaterializer[JmesPathCheckType, SseCheck, String, JsonNode]
- Definition Classes
- SseCheckSupport
- implicit def sseJsonPathCheckMaterializer(implicit jsonParsers: JsonParsers): CheckMaterializer[JsonPathCheckType, SseCheck, String, JsonNode]
- Definition Classes
- SseCheckSupport
- implicit val sseRegexCheckMaterializer: CheckMaterializer[RegexCheckType, SseCheck, String, String]
- Definition Classes
- SseCheckSupport
- implicit val sseSubstringCheckMaterializer: CheckMaterializer[SubstringCheckType, SseCheck, String, String]
- Definition Classes
- SseCheckSupport
- implicit val sseTypedCheckIfMaker: TypedCheckIfMaker[String, SseCheck]
- Definition Classes
- SseCheckSupport
- implicit val sseUntypedCheckIfMaker: UntypedCheckIfMaker[SseCheck]
- Definition Classes
- SseCheckSupport
- val status: Find[HttpStatusCheckType, Response, Int]
- Definition Classes
- HttpCheckSupport
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- implicit def validate2HttpCheck[T, P, X](validate: Validate[T, P, X])(implicit materializer: CheckMaterializer[T, HttpCheck, Response, P]): HttpCheck
- Definition Classes
- HttpCheckSupport
- Annotations
- @implicitNotFound()
- implicit def validate2SseCheck[T, P, X](validate: Validate[T, P, X])(implicit materializer: CheckMaterializer[T, SseCheck, String, P]): SseCheck
- Definition Classes
- SseCheckSupport
- implicit def validate2WsBinaryCheck[T, P, X](validate: Validate[T, P, X])(implicit materializer: CheckMaterializer[T, Binary, Array[Byte], P]): Binary
- Definition Classes
- WsCheckSupport
- implicit def validate2WsTextCheck[T, P, X](validate: Validate[T, P, X])(implicit materializer: CheckMaterializer[T, Text, String, P]): Text
- Definition Classes
- WsCheckSupport
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- val ws: Ws.type
- implicit val wsBinaryTypedCheckIfMaker: TypedCheckIfMaker[Array[Byte], Binary]
- Definition Classes
- WsCheckSupport
- implicit val wsBinaryUntypedCheckIfMaker: UntypedCheckIfMaker[Binary]
- Definition Classes
- WsCheckSupport
- implicit val wsBodyBytesCheckMaterializer: CheckMaterializer[BodyBytesCheckType, Binary, Array[Byte], Array[Byte]]
- Definition Classes
- WsCheckSupport
- implicit val wsBodyLengthCheckMaterializer: CheckMaterializer[BodyBytesCheckType, Binary, Array[Byte], Int]
- Definition Classes
- WsCheckSupport
- implicit val wsBodyStringCheckMaterializer: CheckMaterializer[BodyStringCheckType, Text, String, String]
- Definition Classes
- WsCheckSupport
- implicit def wsJmesPathCheckMaterializer(implicit jsonParsers: JsonParsers): CheckMaterializer[JmesPathCheckType, Text, String, JsonNode]
- Definition Classes
- WsCheckSupport
- implicit def wsJsonPathCheckMaterializer(implicit jsonParsers: JsonParsers): CheckMaterializer[JsonPathCheckType, Text, String, JsonNode]
- Definition Classes
- WsCheckSupport
- implicit val wsRegexCheckMaterializer: CheckMaterializer[RegexCheckType, Text, String, String]
- Definition Classes
- WsCheckSupport
- implicit val wsSubstringCheckMaterializer: CheckMaterializer[SubstringCheckType, Text, String, String]
- Definition Classes
- WsCheckSupport
- implicit val wsTextTypedCheckIfMaker: TypedCheckIfMaker[String, Text]
- Definition Classes
- WsCheckSupport
- implicit val wsTextUntypedCheckIfMaker: UntypedCheckIfMaker[Text]
- Definition Classes
- WsCheckSupport