io.gatling.http.util

HttpHelper

object HttpHelper extends StrictLogging

Linear Supertypes
StrictLogging, AbstractLogging, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HttpHelper
  2. StrictLogging
  3. AbstractLogging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val HttpScheme: String

  7. val HttpsScheme: String

  8. val OkCodes: Vector[Int]

  9. val RedirectStatusCodes: Vector[Int]

  10. val WsScheme: String

  11. val WssScheme: String

  12. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  13. def buildBasicAuthRealm(username: String, password: String): Realm

  14. def buildBasicAuthRealm(username: (Session) ⇒ Validation[String], password: (Session) ⇒ Validation[String]): (Session) ⇒ Validation[Realm]

  15. def buildDigestAuthRealm(username: (Session) ⇒ Validation[String], password: (Session) ⇒ Validation[String]): (Session) ⇒ Validation[Realm]

  16. def buildRealm(username: String, password: String, authScheme: AuthScheme, preemptive: Boolean): Realm

  17. def buildRealm(username: (Session) ⇒ Validation[String], password: (Session) ⇒ Validation[String], authScheme: AuthScheme, preemptive: Boolean): (Session) ⇒ Validation[Realm]

  18. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  21. def extractCharsetFromContentType(contentType: String): Option[Charset]

  22. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  25. def isAbsoluteHttpUrl(url: String): Boolean

  26. def isAbsoluteWsUrl(url: String): Boolean

  27. def isAjax(headers: FluentCaseInsensitiveStringsMap): Boolean

  28. def isCss(headers: FluentCaseInsensitiveStringsMap): Boolean

  29. def isHtml(headers: FluentCaseInsensitiveStringsMap): Boolean

  30. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  31. def isNotModified(statusCode: Int): Boolean

  32. def isPermanentRedirect(statusCode: Int): Boolean

  33. def isRedirect(statusCode: Int): Boolean

  34. def isSecure(uri: Uri): Boolean

  35. def isTxt(headers: FluentCaseInsensitiveStringsMap): Boolean

  36. val logger: Logger

    Attributes
    protected
    Definition Classes
    StrictLogging → AbstractLogging
  37. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  38. final def notify(): Unit

    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  40. def parseFormBody(body: String): List[(String, String)]

  41. def resolveFromUri(rootURI: Uri, relative: String): Uri

  42. def resolveFromUriSilently(rootURI: Uri, relative: String): Option[Uri]

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

    Definition Classes
    AnyRef
  44. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from StrictLogging

Inherited from AbstractLogging

Inherited from AnyRef

Inherited from Any

Ungrouped