abstract class GatlingHttpFunSpec extends GatlingFunSpec
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GatlingHttpFunSpec
- GatlingFunSpec
- Simulation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new GatlingHttpFunSpec()
Abstract Value Members
-
abstract
def
baseUrl: String
The base URL to make HTTP requests against
Concrete 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
after(step: ⇒ Unit): Unit
- Definition Classes
- Simulation
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
before(step: ⇒ Unit): Unit
- Definition Classes
- Simulation
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
httpProtocol: HttpProtocolBuilder
HTTP protocol configuration.
HTTP protocol configuration. Use this to add headers and other http configuration.
-
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()
-
def
protocolConf: Protocol
- Definition Classes
- GatlingHttpFunSpec → GatlingFunSpec
-
def
setUp(populationBuilders: List[PopulationBuilder]): SetUp
- Definition Classes
- Simulation
-
def
setUp(populationBuilders: PopulationBuilder*): SetUp
- Definition Classes
- Simulation
-
def
spec(actionBuilder: ActionBuilder): ListBuffer[ActionBuilder]
- Definition Classes
- GatlingFunSpec
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()