Package-level declarations
Types
An exception indicating that the client's engine is already closed.
Shared engines collection for. Use append to enable engine auto discover in HttpClient().
Serves as the base interface for an HttpClient's engine.
Abstract base implementation of HttpClientEngine, providing lifecycle management for the dispatcher and coroutineContext, as well as proper handling of call contexts.
Represents a capability that an HttpClientEngine can support, with T representing the type of configuration or metadata associated with the capability.
Base configuration for HttpClientEngine.
A factory for creating instances of HttpClientEngine with a specific configuration type T.
Properties
Functions
Returns current call context if exists, otherwise null.
Creates a new HttpClientEngineFactory based on this one with further configurations from the nested block.
Creates an HTTP proxy from urlString.
Merge headers from content and requestHeaders according to OutgoingContent properties
Resolves a remote address of ProxyConfig.
Resolve remote address of ProxyConfig.
Resolve remote address of ProxyConfig.