Package gaxios (6.4.0)

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: Gaxios

The default instance used when the request method is directly invoked.

Functions

request(opts)

export declare function request

Make an HTTP request using the given options.

Parameter
NameDescription
optsGaxiosOptions

Options for the request

Returns
TypeDescription
Promise<import("./common").GaxiosResponse<T>>
Type Parameter
TypeDescription
T

Type Aliases

GaxiosPromise

export type GaxiosPromise
Type Parameter
TypeDescription
T