zio.aws.http4s

Members list

Concise view

Type members

Classlikes

case class BlazeClientConfig(responseHeaderTimeout: Duration, idleTimeout: Duration, requestTimeout: Duration, connectTimeout: Duration, userAgent: User-Agent, maxTotalConnections: Int, maxWaitQueueLimit: Int, checkEndpointIdentification: Boolean, maxResponseLineSize: Int, maxHeaderLength: Int, maxChunkSize: Int, chunkBufferMaxSize: Int, parserMode: ParserMode, bufferSize: Int, channelOptions: ChannelOptions)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
class Http4sAsyncHttpService extends SdkAsyncHttpService

Attributes

Graph
Supertypes
trait SdkAsyncHttpService
class Object
trait Matchable
class Any
class Http4sClient(client: Client[Task], closeFn: () => Unit)(implicit runtime: Runtime[Any], dispatcher: Dispatcher[Task]) extends SdkAsyncHttpClient

Attributes

Companion:
object
Graph
Supertypes
trait SdkAsyncHttpClient
trait SdkAutoCloseable
trait AutoCloseable
class Object
trait Matchable
class Any

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type