Class HttpClientAbstract

Properties

client: any
clientOptions: Configuration
DefaultOptions: Configuration = ...

Http Client connection configuration options. You may modify these values and new clients will use them. Any values provided to a Client constructor will override default options.

Methods

  • Type Parameters

    • T

    Parameters

    • method: HttpMethod
    • path: string
    • queryParameters: object
    • body: null | object
    • headers: any

    Returns Promise<T>