ClientConfig

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Sets the agent name.

Link copied to clipboard

Sets the connection timeout in milliseconds.

Link copied to clipboard

Sets a custom EndPoint to make calls to.

Link copied to clipboard

Enables logging of requests and responses.

Link copied to clipboard

Sets the EndPoint to make calls to.

Link copied to clipboard
var engine: HttpClientEngine?
Link copied to clipboard

Sets whether to follow redirects.

Link copied to clipboard

Sets the logger to use.

Link copied to clipboard

Sets the log level to use.

Link copied to clipboard

Sets the max number of retries.

Link copied to clipboard

Sets the request timeout in milliseconds.

Functions

Link copied to clipboard
fun build(clientType: ClientType): SuiClient

Builds a new instance of SuiHttpClient.