lithic-kotlin-root
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
lithic-kotlin-root
lithic-kotlin-root
/
com.lithic.api.client.okhttp
/
OkHttpClient
Ok
Http
Client
class
OkHttpClient
:
HttpClient
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
execute
Link copied to clipboard
open
override
fun
execute
(
request
:
HttpRequest
,
requestOptions
:
RequestOptions
)
:
HttpResponse
execute
Async
Link copied to clipboard
open
suspend override
fun
executeAsync
(
request
:
HttpRequest
,
requestOptions
:
RequestOptions
)
:
HttpResponse