KoogleHttpClient

abstract class KoogleHttpClient(engine: HttpClientEngine, config: HttpClientConfig<*>.() -> Unit)(source)

The base HTTP client for all Google API requests.

Parameters

engine

The client engine to use.

config

Additional configuration to be passed to the HttpClient.

Constructors

Link copied to clipboard
constructor(engine: HttpClientEngine, config: HttpClientConfig<*>.() -> Unit)

Properties

Link copied to clipboard

The HttpClient to use in all HTTP requests.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Sets the system HTTP headers to be used.

Link copied to clipboard