Packages

p

etlflow

etlsteps

package etlsteps

Type Members

  1. case class HttpRequestStep[A](name: String, url: String, method: HttpMethod, params: Either[String, Map[String, String]] = Right(Map.empty), headers: Map[String, String] = Map.empty, log: Boolean = false, connection_timeout: Int = 10000, read_timeout: Int = 150000, allow_unsafe_ssl: Boolean = false)(implicit evidence$1: zio.Tag[A], evidence$2: Decoder[A]) extends EtlStep[Unit, A] with Product with Serializable

Ungrouped