engines

Shared engines collection for. Use append to enable engine auto discover in HttpClient().

Report a problem

Functions

Link copied to clipboard

Add engine to head with the default priority of 1.0.

fun append(item: EngineFactory, priority: Double)

Add engine to head with the given priority. Higher priority values are preferred during auto-discovery. An exception is thrown at selection time if multiple engines share the same highest priority.

Link copied to clipboard

Returns all registered entries (factory + priority pairs).

Link copied to clipboard
open operator override fun iterator(): Iterator<EngineFactory>