Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Https

A class used internally by the HttpClient to work with https urls.

see

HttpClient The HttpClient class should be used instead of this one.

Hierarchy

  • Https

Index

Methods

Methods

Static get

  • get(path: string, query: string): Promise<string>
  • This method is used internally by the HttpClient class.

    It is not recommended to use this method directly. Use HttpClient.get instead.

    Parameters

    • path: string
    • query: string

    Returns Promise<string>

Static post

  • post(endpoint: Url, params: object): Promise<string>
  • This method is used internally by the HttpClient class.

    It is not recommended to use this method directly. Use HttpClient.post instead.

    Parameters

    • endpoint: Url
    • params: object
      • [id: string]: any

    Returns Promise<string>

Generated using TypeDoc