Classes
Gaxios
GaxiosError
Interfaces
GaxiosOptions
Request options that are used to form the request.
GaxiosResponse
Headers_2
RetryConfig
Configuration for the Gaxios request method.
Variables
instance
instance: GaxiosThe default instance used when the request method is directly invoked.
Functions
request(opts)
export declare function requestMake an HTTP request using the given options.
| Parameter | |
|---|---|
| Name | Description |
opts |
GaxiosOptionsOptions for the request |
| Returns | |
|---|---|
| Type | Description |
Promise<import("./common").GaxiosResponse<T>> |
|
| Type Parameter | |
|---|---|
| Type | Description |
T |
|
Type Aliases
GaxiosPromise
export type GaxiosPromise| Type Parameter | |
|---|---|
| Type | Description |
T |
|