All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.tinkoff.gatling.profile.http.HttpRequestComponents.scala Maven / Gradle / Ivy

The newest version!
package ru.tinkoff.gatling.profile.http

sealed trait HttpMethodConfig
case object GET    extends HttpMethodConfig
case object POST   extends HttpMethodConfig
case object PUT    extends HttpMethodConfig
case object DELETE extends HttpMethodConfig




© 2015 - 2024 Weber Informatics LLC | Privacy Policy