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.
Properties
Functions
Link copied to clipboard
Returns a new client that sends an Accept header listing mediaTypes on every request.
Link copied to clipboard
Returns a new client that sends an Authorization header with credentials on every request.