HttpSend

class HttpSend(maxSendCount: Int)

This is internal feature that is always installed.

Constructors

Link copied to clipboard
fun HttpSend(maxSendCount: Int = 20)

Types

Link copied to clipboard
object Feature : HttpClientFeature<HttpSend, HttpSend>

Feature installation object

Functions

Link copied to clipboard
fun intercept(block: HttpSendInterceptorBackwardCompatible)

Install send pipeline starter interceptor (backward compatible function).

fun intercept(block: HttpSendInterceptor)

Install send pipeline starter interceptor

Properties

Link copied to clipboard
var maxSendCount: Int

is a maximum number of requests that can be sent during a call