Package-level declarations

Types

Link copied to clipboard
class HttpClientProvider : Provider<HttpClient>
Link copied to clipboard
object HttpModule : AbstractModule
Link copied to clipboard
class NetrcReader(scanner: Scanner)

Properties

Link copied to clipboard
Link copied to clipboard
val <T> HttpResponse<T>.contentType: MediaType?

Functions

Link copied to clipboard
fun <T> HttpResponse<T>.checkStatusCode(expectedStatusCodes: Set<Int> = DEFAULT_EXPECTED_STATUS_CODES)