ru.tinkoff.gatling.profile.http.HttpProfileConfig.scala Maven / Gradle / Ivy
The newest version!
package ru.tinkoff.gatling.profile.http
import ru.tinkoff.gatling.profile.ProfileConfig
case class HttpProfileConfig(name: String, profile: List[HttpRequestConfig]) extends ProfileConfig