kiscord
0.6.0
kiscord-core
/
kiscord.ktor
/
HttpClientFactory
/
Configured
Configured
class
Configured
(
base
:
HttpClientFactory
,
config
:
ConfigurationChain
<
HttpClientConfig
<
*
>
>
)
:
HttpClientFactory
(
source
)
Constructors
Functions
Constructors
Configured
Link copied to clipboard
fun
Configured
(
base
:
HttpClientFactory
,
config
:
ConfigurationChain
<
HttpClientConfig
<
*
>
>
)
Functions
with
Config
Link copied to clipboard
open
override
fun
withConfig
(
config
:
ConfigurationChain
<
HttpClientConfig
<
*
>
>
)
:
HttpClientFactory
open
override
fun
withConfig
(
config
:
HttpClientConfig
<
*
>
.
(
)
->
Unit
)
:
HttpClientFactory