|
io.github.rybalkinsd.kohttp.dsl.context.BodyContext |
|
|
io.github.rybalkinsd.kohttp.client.ClientBuilder |
Migrate @get:Deprecated to private getters when
https://youtrack.jetbrains.com/issue/KT-3110
will be implemented
|
|
io.github.rybalkinsd.kohttp.dsl.context.CookieContext |
|
|
io.github.rybalkinsd.kohttp.ext.EagerResponse |
EagerResponse is basically the same class as okhttp3.Response
except:
|
|
java.io.File (extensions in package io.github.rybalkinsd.kohttp.ext) |
|
|
io.github.rybalkinsd.kohttp.client.ForkClientBuilder |
|
|
io.github.rybalkinsd.kohttp.util.Form |
|
|
io.github.rybalkinsd.kohttp.dsl.context.FormDataPart |
|
|
io.github.rybalkinsd.kohttp.ext.Header |
|
|
io.github.rybalkinsd.kohttp.dsl.context.HeaderContext |
|
|
okhttp3.Headers (extensions in package io.github.rybalkinsd.kohttp.ext) |
|
|
io.github.rybalkinsd.kohttp.dsl.context.HttpContext |
|
|
io.github.rybalkinsd.kohttp.dsl.context.HttpDeleteContext |
|
|
io.github.rybalkinsd.kohttp.dsl.context.HttpDslMarker |
|
|
io.github.rybalkinsd.kohttp.dsl.context.HttpGetContext |
|
|
io.github.rybalkinsd.kohttp.dsl.context.HttpHeadContext |
|
|
io.github.rybalkinsd.kohttp.dsl.context.HttpPatchContext |
|
|
io.github.rybalkinsd.kohttp.dsl.context.HttpPostContext |
|
|
io.github.rybalkinsd.kohttp.dsl.context.HttpPutContext |
|
|
io.github.rybalkinsd.kohttp.client.dsl.InterceptorsDsl |
Provides a DSL class to define Interceptors for HTTP Client
|
|
io.github.rybalkinsd.kohttp.util.Json |
|
|
io.github.rybalkinsd.kohttp.interceptors.LoggingInterceptor |
Request Logging Interceptor
|
|
io.github.rybalkinsd.kohttp.dsl.context.Method |
|
|
io.github.rybalkinsd.kohttp.dsl.context.MultipartBodyContext |
|
|
okhttp3.OkHttpClient (extensions in package io.github.rybalkinsd.kohttp.client) |
|
|
io.github.rybalkinsd.kohttp.dsl.context.ParamContext |
|
|
okhttp3.Response (extensions in package io.github.rybalkinsd.kohttp.ext) |
|
|
io.github.rybalkinsd.kohttp.interceptors.RetryInterceptor |
Retry Interceptor
|
|
io.github.rybalkinsd.kohttp.interceptors.SigningInterceptor |
Request Signing Interceptor
|
|
kotlin.String (extensions in package io.github.rybalkinsd.kohttp.ext) |
|
|
java.net.URI (extensions in package io.github.rybalkinsd.kohttp.ext) |
|
|
io.github.rybalkinsd.kohttp.dsl.context.UploadContext |
|