ktor
2.2.3
2.2.3
2.2.2
2.2.1
2.2.0
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-rc-1
2.0.0-beta-1
1.6.8
1.6.7
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
>