JsClientEngineConfig

expect open class JsClientEngineConfig : HttpClientEngineConfig(source)

Configuration for the Js client.

Report a problem

actual open class JsClientEngineConfig : HttpClientEngineConfig(source)

Configuration for the Js client.

Report a problem

actual open class JsClientEngineConfig : HttpClientEngineConfig(source)

Configuration for the Js client.

Report a problem

Constructors

Link copied to clipboard
constructor()
constructor()

Properties

dispatcher
Link copied to clipboard
var dispatcher: CoroutineDispatcher?
var dispatcher: CoroutineDispatcher?
var dispatcher: CoroutineDispatcher?
nodeOptions
Link copied to clipboard
var nodeOptions: dynamic

An Object which can contain additional configuration options that should get passed to node-fetch.

An Object which can contain additional configuration options that should get passed to node-fetch.

pipelining
Link copied to clipboard
proxy
Link copied to clipboard
threadsCount
Link copied to clipboard

Functions

configureRequest
Link copied to clipboard

Provides access to the underlying fetch options of the engine. It allows setting credentials, cache, mode, redirect, referrer, integrity, keepalive, signal, window.

Provides access to the underlying fetch options of the engine. It allows setting credentials, cache, mode, redirect, referrer, integrity, keepalive, signal, window.