Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • Gaxios

Index

Constructors

Properties

Methods

Constructors

  • The Gaxios class is responsible for making HTTP requests.

    Parameters

    • Optional defaults: GaxiosOptions

      The default set of options to be used for this instance.

    Returns Gaxios

Properties

defaults: GaxiosOptions

Default HTTP options that will be used for every HTTP request.

Methods

  • Perform an HTTP request with the given options.

    Type parameters

    • T = any

    Parameters

    • Optional opts: GaxiosOptions

      Set of HTTP options that will be used for this HTTP request.

    Returns GaxiosPromise<T>