Http

etlflow.http.Http$
See theHttp companion trait
object Http

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Http.type

Members list

Value members

Concrete methods

def execute(method: HttpMethod, url: String, params: Either[String, Map[String, String]], headers: Map[String, String], logDetails: Boolean, connectionTimeout: Long, readTimeout: Long, allowUnsafeSsl: Boolean): RIO[Http, Response[String]]

Attributes

Concrete fields

val live: TaskLayer[Http]