package task
Type Members
- case class HttpRequestTask(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) extends EtlTask[Any, Response[String]] with Product with Serializable
- Annotations
- @SuppressWarnings()