Package

io.gatling.recorder.scenario

template

Permalink

package template

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. template
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class ExtractedUris extends AnyRef

    Permalink

    Extracts common URIs parts into vals.

    Extracts common URIs parts into vals. The algorithm is the following:

    group by (scheme, authority) inside a group: if (count > 1) use the longer common root else use the (scheme, authority) if multiple roots have the same host but different schemes/ports, create a val for the hos

  2. case class SchemeHost(scheme: String, host: String) extends Product with Serializable

    Permalink
  3. case class Value(name: String, value: String) extends Product with Serializable

    Permalink

Value Members

  1. object PauseTemplate

    Permalink
  2. object ProtocolTemplate

    Permalink
  3. object RequestTemplate

    Permalink
  4. val SimpleQuotes: String

    Permalink
  5. object SimulationTemplate

    Permalink
  6. val TripleQuotes: String

    Permalink
  7. object ValuesTemplate

    Permalink
  8. def protectWithTripleQuotes(string: String): Fastring

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped