HttpClientConfig
Mutable configuration used by HttpClient.
Constructors
Functions
Clones this HttpClientConfig duplicating all the plugins and customInterceptors.
Install plugin from other client config.
Properties
Terminate HttpClient.receivePipeline if status code is not successful (>=300).
Use HttpRedirect plugin to automatically follow redirects.
Use defaultTransformers to automatically handle simple ContentType.
Extensions
Default response validation. Check the response status code in range (0..299).
Installs the UserAgent plugin with a browser-like user agent.
Configure client charsets.
Installs the UserAgent plugin with a CURL user agent.
Set default request parameters. See DefaultRequest
Install HttpCallValidator with block configuration.
Install ResponseObserver plugin in client.
Installs the WebSockets plugin using the config as configuration.