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)