Package-level declarations

Types

Link copied to clipboard
data class RequestOptions(val method: HttpMethod = HttpMethod.Get, val body: String? = null, val maxRetryAttempts: Int = 4, val ignoreThrottler: Boolean = false)

Representing the options for customizing an HTTP request.