Package io.ktor.client.utils
Types
class ByteBufferPool : DefaultPool<ByteBuffer> |
|
object CacheControl List of CacheControl known values. |
|
object EmptyContent : NoContent Concrete OutgoingContent without a payload. |
Properties
const val DEFAULT_HTTP_BUFFER_SIZE: Int Size of each buffer in the HttpClientDefaultPool. |
|
const val DEFAULT_HTTP_POOL_SIZE: Int Maximum number of buffers to be allocated in the HttpClientDefaultPool. |
|
val HttpClientDefaultPool: ByteBufferPool Singleton pool of ByteBuffer objects used for HttpClient. |
Functions
fun buildHeaders( |
|
fun OutgoingContent.wrapHeaders( Generates a new OutgoingContent of the same abstract type but with OutgoingContent.headers transformed by the specified block. |