Package-level declarations
Helper methods and structures for performing HTTP requests.
Types
Link copied to clipboard
data class HttpContentRangeHeader(val unit: String, val from: Long?, val to: Long?, val length: Long?)
Link copied to clipboard
Represents credentials for HTTP Basic authentication. *
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Represents a subset of a set of elements.
Link copied to clipboard
class ResponseCache
Captures the content of a Response for caching.