zio.aws.http4s

package zio.aws.http4s

Members list

Packages

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

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

Attributes

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
Supertypes
trait SdkAsyncHttpClient
trait SdkAutoCloseable
trait AutoCloseable
class Object
trait Matchable
class Any
Show all
object Http4sClient

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type