Class/Object

io.gatling.http.request.builder

RequestBuilder

Related Docs: object RequestBuilder | package builder

Permalink

abstract class RequestBuilder[B <: RequestBuilder[B]] extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RequestBuilder
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RequestBuilder()

    Permalink

Abstract Value Members

  1. abstract def commonAttributes: CommonAttributes

    Permalink

Concrete 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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def asJSON: B

    Permalink

    Adds Accept and Content-Type headers to the request set with "application/json" values

  6. def asXML: B

    Permalink

    Adds Accept and Content-Type headers to the request set with "application/xml" values

  7. def authRealm(realm: Expression[Realm]): B

    Permalink
  8. def basicAuth(username: Expression[String], password: Expression[String]): B

    Permalink

    Adds BASIC authentication to the request

    Adds BASIC authentication to the request

    username

    the username needed

    password

    the password needed

  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def digestAuth(username: Expression[String], password: Expression[String]): B

    Permalink
  11. def disableUrlEncoding: B

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def header(name: String, value: Expression[String]): B

    Permalink

    Adds a header to the request

    Adds a header to the request

    name

    the name of the header

    value

    the value of the header

  18. def headers(newHeaders: Map[String, String]): B

    Permalink

    Adds several headers to the request at the same time

    Adds several headers to the request at the same time

    newHeaders

    a scala map containing the headers to add

  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def multivaluedQueryParam(key: Expression[String], values: Expression[Seq[Any]]): B

    Permalink
  21. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  24. def ntlmAuth(username: Expression[String], password: Expression[String], ntlmDomain: Expression[String], ntlmHost: Expression[String]): B

    Permalink
  25. def proxy(httpProxy: Proxy): B

    Permalink
  26. def queryParam(key: Expression[String], value: Expression[Any]): B

    Permalink
  27. def queryParamMap(map: Expression[Map[String, Any]]): B

    Permalink
  28. def queryParamMap(map: Map[String, Any]): B

    Permalink
  29. def queryParamSeq(seq: Expression[Seq[(String, Any)]]): B

    Permalink
  30. def queryParamSeq(seq: Seq[(String, Any)]): B

    Permalink
  31. def signatureCalculator(calculator: (Request, RequestBuilderBase[_]) ⇒ Unit): B

    Permalink
  32. def signatureCalculator(calculator: SignatureCalculator): B

    Permalink
  33. def signatureCalculator(calculator: Expression[SignatureCalculator]): B

    Permalink
  34. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AnyRef → Any
  36. def virtualHost(virtualHost: Expression[String]): B

    Permalink

    virtualHost

    a virtual host to override default compute one

  37. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped