Builder
Properties
Functions
Link copied to clipboard
Constructs and returns an instance of the Network class with the configured properties.
Link copied to clipboard
Configures the HTTP client to be used in the network builder.
Configures the client with the provided HTTP client engine.
fun <T : HttpClientEngineConfig> client(engineFactory: HttpClientEngineFactory<T>): Tolgee.Config.Network.Builder
Configures the HTTP client using the specified engine factory.
Configures and creates an instance of HttpClient using the provided configuration block.
fun client(engine: HttpClientEngine, config: HttpClientConfig<*>.() -> Unit): Tolgee.Config.Network.Builder
Configures and creates an HttpClient instance using the provided engine and configuration block.
fun <T : HttpClientEngineConfig> client(engineFactory: HttpClientEngineFactory<T>, config: HttpClientConfig<T>.() -> Unit): Tolgee.Config.Network.Builder
Configures and initializes an HttpClient
with the specified engine factory and configuration block.
Link copied to clipboard
Sets the CoroutineContext for the Builder.