ktor
2.0.3
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
common
ktor-client-core
/
io.ktor.client.plugins
/
UserAgent
User
Agent
common
class
UserAgent
Content copied to clipboard
A plugin that adds a
User-Agent
header to all requests.
Types
Properties
Types
Config
Link copied to clipboard
common
class
Config
(
agent
:
String
)
Content copied to clipboard
Plugin
Link copied to clipboard
common
object
Plugin
:
HttpClientPlugin
<
UserAgent.Config
,
UserAgent
>
Content copied to clipboard
Properties
agent
Link copied to clipboard
common
val
agent
:
String
Content copied to clipboard
a
User-Agent
header value.