HttpConnectionPoolResponse

data class HttpConnectionPoolResponse(val http1MaxPendingRequests: Int? = null, val http2MaxRequests: Int? = null)

Defines parameters for http connection pooling

Constructors

Link copied to clipboard
constructor(http1MaxPendingRequests: Int? = null, http2MaxRequests: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Maximum number of pending http1 requests allowed

Link copied to clipboard
val http2MaxRequests: Int? = null

Maximum number of http2 requests allowed