ktor
1.6.x
Select version
3.3.x
3.2.x
3.1.x
3.0.x
2.3.x
2.2.x
2.0.x
1.6.x
ktor-client-java
/
io.ktor.client.engine.java
/
JavaHttpConfig
Java
Http
Config
class
JavaHttpConfig
:
HttpClientEngineConfig
Content copied to clipboard
Configuration for
Java
client engine.
Constructors
Functions
Properties
Constructors
Java
Http
Config
Link copied to clipboard
fun
JavaHttpConfig
(
)
Content copied to clipboard
Functions
config
Link copied to clipboard
fun
config
(
block
:
HttpClient.Builder
.
(
)
->
Unit
)
Content copied to clipboard
Configure
HttpClient
using
HttpClient.Builder
.
Properties
pipelining
Link copied to clipboard
var
pipelining
:
Boolean
Content copied to clipboard
proxy
Link copied to clipboard
var
proxy
:
ProxyConfig
?
Content copied to clipboard
response
Link copied to clipboard
val
response
:
Nothing
Content copied to clipboard
threadsCount
Link copied to clipboard
var
threadsCount
:
Int
Content copied to clipboard