HttpClientSettings

Settings that can be applied when creating a blocking or reactive HTTP client.

Author

Phillip Webb

Since

3.5.0

Parameters

redirects

the follow redirect strategy to use or null to redirect whenever the underlying library allows it

connectTimeout

the connect timeout

readTimeout

the read timeout

sslBundle

the SSL bundle providing SSL configuration

Constructors

Link copied to clipboard
constructor(redirects: HttpRedirects, connectTimeout: Duration, readTimeout: Duration, sslBundle: SslBundle)

Functions

Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String