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.
Properties
Link copied to clipboard
The HttpClient to use in all HTTP requests.
Link copied to clipboard
Retrieves the system HTTP headers.
Link copied to clipboard
Retrieves the system query parameters.
Functions
Link copied to clipboard
Sets the system HTTP headers to be used.
Link copied to clipboard
Sets the system query parameters to be used.