ktor
2.2.4
3.0.0
3.0.0-rc-1
3.0.0-beta-2
3.0.0-beta-1
2.3.12
2.2.4
2.0.3
1.6.8
ktor-client-content-negotiation
/
io.ktor.client.plugins.contentnegotiation
/
ContentNegotiation
/
Plugin
Plugin
object
Plugin
:
HttpClientPlugin
<
ContentNegotiation.Config
,
ContentNegotiation
>
A companion object used to install a plugin.
Functions
Properties
Functions
install
Link copied to clipboard
open
override
fun
install
(
plugin
:
ContentNegotiation
,
scope
:
HttpClient
)
prepare
Link copied to clipboard
open
override
fun
prepare
(
block
:
ContentNegotiation.Config
.
(
)
->
Unit
)
:
ContentNegotiation
Properties
key
Link copied to clipboard
open
override
val
key
:
AttributeKey
<
ContentNegotiation
>