Object

io.gatling.http

Predef

Related Doc: package http

Permalink

object Predef extends HttpDsl

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Predef
  2. HttpDsl
  3. SitemapFeederSupport
  4. AsyncCheckSupport
  5. AsyncCheckDSL
  6. HttpCheckSupport
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class CheckTypeStep extends AnyRef

    Permalink
    Definition Classes
    AsyncCheckDSL
  2. class ExpectationStep extends AnyRef

    Permalink
    Definition Classes
    AsyncCheckDSL
  3. type Request = org.asynchttpclient.Request

    Permalink
  4. type Response = response.Response

    Permalink
  5. class TimeoutStep extends AnyRef

    Permalink
    Definition Classes
    AsyncCheckDSL

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def ByteArrayBodyPart(name: Expression[String], bytes: Expression[Array[Byte]]): BodyPart

    Permalink
    Definition Classes
    HttpDsl
  5. def ByteArrayBodyPart(bytes: Expression[Array[Byte]]): BodyPart

    Permalink
    Definition Classes
    HttpDsl
  6. def Cookie: CookieDSL.type

    Permalink
    Definition Classes
    HttpDsl
  7. def ElFileBodyPart(name: Expression[String], filePath: Expression[String])(implicit configuration: GatlingConfiguration, elFileBodies: ElFileBodies): BodyPart

    Permalink
    Definition Classes
    HttpDsl
  8. def ElFileBodyPart(filePath: Expression[String])(implicit configuration: GatlingConfiguration, elFileBodies: ElFileBodies): BodyPart

    Permalink
    Definition Classes
    HttpDsl
  9. val HttpHeaderNames: HeaderNames.type

    Permalink
    Definition Classes
    HttpDsl
  10. val HttpHeaderValues: HeaderValues.type

    Permalink
    Definition Classes
    HttpDsl
  11. implicit object HttpTypedConditionalCheckWrapper extends TypedConditionalCheckWrapper[Response, HttpCheck]

    Permalink
    Definition Classes
    HttpCheckSupport
  12. implicit object HttpUntypedConditionalCheckWrapper extends UntypedConditionalCheckWrapper[HttpCheck]

    Permalink
    Definition Classes
    HttpCheckSupport
  13. val Proxy: (String, Int) ⇒ HttpProxyBuilder

    Permalink
    Definition Classes
    HttpDsl
  14. def RawFileBodyPart(name: Expression[String], filePath: Expression[String])(implicit rawFileBodies: RawFileBodies): BodyPart

    Permalink
    Definition Classes
    HttpDsl
  15. def RawFileBodyPart(filePath: Expression[String])(implicit rawFileBodies: RawFileBodies): BodyPart

    Permalink
    Definition Classes
    HttpDsl
  16. def StringBodyPart(name: Expression[String], string: Expression[String])(implicit configuration: GatlingConfiguration): BodyPart

    Permalink
    Definition Classes
    HttpDsl
  17. def StringBodyPart(string: Expression[String])(implicit configuration: GatlingConfiguration): BodyPart

    Permalink
    Definition Classes
    HttpDsl
  18. def addCookie(cookie: CookieDSL): AddCookieBuilder

    Permalink
    Definition Classes
    HttpDsl
  19. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  20. val bodyBytes: DefaultFindCheckBuilder[HttpCheck, response.Response, Array[Byte], Array[Byte]]

    Permalink
    Definition Classes
    HttpCheckSupport
  21. val bodyString: DefaultFindCheckBuilder[HttpCheck, response.Response, String, String]

    Permalink
    Definition Classes
    HttpCheckSupport
  22. implicit def checkTypeStep2Check(step: CheckTypeStep): AsyncCheckBuilder

    Permalink
    Definition Classes
    AsyncCheckSupport
  23. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. def css(selector: Expression[String], nodeAttribute: String)(implicit extractorFactory: CssExtractorFactory): HttpBodyCssCheckBuilder[String] with HttpBodyCssOfType

    Permalink
    Definition Classes
    HttpCheckSupport
  25. def css(selector: Expression[String])(implicit extractorFactory: CssExtractorFactory): HttpBodyCssCheckBuilder[String] with HttpBodyCssOfType

    Permalink
    Definition Classes
    HttpCheckSupport
  26. val currentLocation: DefaultFindCheckBuilder[HttpCheck, response.Response, response.Response, String]

    Permalink
    Definition Classes
    HttpCheckSupport
  27. def currentLocationRegex(expression: Expression[String])(implicit extractorFactory: RegexExtractorFactory): CurrentLocationRegexCheckBuilder[String] with CurrentLocationRegexOfType

    Permalink
    Definition Classes
    HttpCheckSupport
  28. implicit def defaultHttpHeaderRegexExtractorFactory(implicit patterns: Patterns): HttpHeaderRegexExtractorFactory

    Permalink
    Definition Classes
    HttpCheckSupport
  29. val dumpSessionOnFailure: (ExtraInfo) ⇒ List[Any]

    Permalink
    Definition Classes
    HttpDsl
  30. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  31. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  32. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. def flushCookieJar: Expression[Session]

    Permalink
    Definition Classes
    HttpDsl
  34. def flushHttpCache: FlushCacheBuilder

    Permalink
    Definition Classes
    HttpDsl
  35. def flushSessionCookies: Expression[Session]

    Permalink
    Definition Classes
    HttpDsl
  36. def form(selector: Expression[String])(implicit extractorFactory: CssExtractorFactory): HttpBodyCssCheckBuilder[Map[String, Seq[String]]]

    Permalink
    Definition Classes
    HttpCheckSupport
  37. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  38. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  39. val header: (Expression[String]) ⇒ DefaultMultipleFindCheckBuilder[HttpCheck, response.Response, response.Response, String]

    Permalink
    Definition Classes
    HttpCheckSupport
  40. def headerRegex(headerName: Expression[String], pattern: Expression[String])(implicit extractorFactory: HttpHeaderRegexExtractorFactory): HttpHeaderRegexCheckBuilder[String] with HttpHeaderRegexOfType

    Permalink
    Definition Classes
    HttpCheckSupport
  41. def http(requestName: Expression[String]): Http

    Permalink
    Definition Classes
    HttpDsl
  42. def http(implicit configuration: GatlingConfiguration): HttpProtocolBuilder

    Permalink
    Definition Classes
    HttpDsl
  43. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  44. def jsonPath(path: Expression[String])(implicit extractorFactory: JsonPathExtractorFactory, jsonParsers: JsonParsers): HttpBodyJsonPathCheckBuilder[String] with HttpBodyJsonPathOfType

    Permalink
    Definition Classes
    HttpCheckSupport
  45. def jsonpJsonPath(path: Expression[String])(implicit extractorFactory: JsonPathExtractorFactory, jsonParsers: JsonParsers): HttpBodyJsonpJsonPathCheckBuilder[String] with HttpBodyJsonpJsonPathOfType

    Permalink
    Definition Classes
    HttpCheckSupport
  46. val md5: DefaultFindCheckBuilder[HttpCheck, response.Response, response.Response, String]

    Permalink
    Definition Classes
    HttpCheckSupport
  47. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  48. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  49. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  50. def polling: Polling

    Permalink
    Definition Classes
    HttpDsl
  51. def regex(expression: Expression[String])(implicit extractorFactory: RegexExtractorFactory): HttpBodyRegexCheckBuilder[String] with HttpBodyRegexOfType

    Permalink
    Definition Classes
    HttpCheckSupport
  52. val responseTimeInMillis: DefaultFindCheckBuilder[HttpCheck, response.Response, response.Response, Int]

    Permalink
    Definition Classes
    HttpCheckSupport
  53. val sha1: DefaultFindCheckBuilder[HttpCheck, response.Response, response.Response, String]

    Permalink
    Definition Classes
    HttpCheckSupport
  54. def sitemap(resource: Validation[Resource]): RecordSeqFeederBuilder[String]

    Permalink
    Definition Classes
    SitemapFeederSupport
  55. def sitemap(fileName: String)(implicit configuration: GatlingConfiguration): RecordSeqFeederBuilder[String]

    Permalink
    Definition Classes
    SitemapFeederSupport
  56. def sse(requestName: Expression[String], sseName: String): Sse

    Permalink
    Definition Classes
    HttpDsl
  57. def sse(requestName: Expression[String]): Sse

    Permalink
    Definition Classes
    HttpDsl
  58. val status: DefaultFindCheckBuilder[HttpCheck, response.Response, response.Response, Int]

    Permalink
    Definition Classes
    HttpCheckSupport
  59. val substring: (Expression[String]) ⇒ DefaultMultipleFindCheckBuilder[HttpCheck, response.Response, String, Int]

    Permalink
    Definition Classes
    HttpCheckSupport
  60. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  61. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  62. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  63. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. def ws(requestName: Expression[String], wsName: String): Ws

    Permalink
    Definition Classes
    HttpDsl
  66. def ws(requestName: Expression[String]): Ws

    Permalink
    Definition Classes
    HttpDsl
  67. val wsAwait: TimeoutStep

    Permalink
    Definition Classes
    AsyncCheckDSL
  68. val wsListen: TimeoutStep

    Permalink
    Definition Classes
    AsyncCheckDSL
  69. def xpath(expression: Expression[String], namespaces: List[(String, String)] = Nil)(implicit extractorFactory: SaxonXPathExtractorFactory, jdkXPathExtractorFactory: JdkXPathExtractorFactory): DefaultMultipleFindCheckBuilder[HttpCheck, response.Response, _ >: Option[XdmNode] with Option[Document] <: Option[AnyRef], String]

    Permalink
    Definition Classes
    HttpCheckSupport

Inherited from HttpDsl

Inherited from SitemapFeederSupport

Inherited from AsyncCheckSupport

Inherited from AsyncCheckDSL

Inherited from HttpCheckSupport

Inherited from AnyRef

Inherited from Any

Ungrouped