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