Packages

package http

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. http
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. sealed trait HttpMethodConfig extends AnyRef
  2. case class HttpProfileConfig(name: String, profile: List[HttpRequestConfig]) extends ProfileConfig with Product with Serializable
  3. case class HttpRequestConfig(name: String, probability: Double, method: HttpMethodConfig, url: String, body: Option[String]) extends RequestConfig with Product with Serializable

Value Members

  1. lazy val buildHttpProfileFromConf: (String) => HttpProfileConfig
  2. lazy val buildHttpProfileFromYaml: (String) => HttpProfileConfig
  3. implicit val httpMethodConvert: ConfigReader[HttpMethodConfig]
  4. case object DELETE extends HttpMethodConfig with Product with Serializable
  5. case object GET extends HttpMethodConfig with Product with Serializable
  6. case object POST extends HttpMethodConfig with Product with Serializable
  7. case object PUT extends HttpMethodConfig with Product with Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped