ktor
1.6.8
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.features
/
UserAgent
User
Agent
common
class
UserAgent
(
agent
:
String
)
Content copied to clipboard
Default user-agent feature for
HttpClient
.
Types
Constructors
Properties
Constructors
User
Agent
Link copied to clipboard
common
fun
UserAgent
(
agent
:
String
)
Content copied to clipboard
Types
Config
Link copied to clipboard
common
class
Config
(
agent
:
String
)
Content copied to clipboard
Feature
Link copied to clipboard
common
object
Feature
:
HttpClientFeature
<
UserAgent.Config
,
UserAgent
>
Content copied to clipboard
Properties
agent
Link copied to clipboard
common
val
agent
:
String
Content copied to clipboard
: value of user-agent header to set.