Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HttpClient Abstract

Hierarchy

  • HttpClient

Index

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

  • getBaseHttpRequestURL(): string
  • httpRequest<T>(method: HttpMethod, path: string, queryParameters: object | {}, body: null | object, headers: any): Promise<T>