Methods
Static get
- get(path: string, query: string): Promise<string>
-
Parameters
-
path: string
-
query: string
Returns Promise<string>
Static post
- post(endpoint: Url, params: object): Promise<string>
-
Parameters
-
endpoint: Url
-
params: object
Returns Promise<string>
A class used internally by the
HttpClient
to work with https urls.HttpClient The
HttpClient
class should be used instead of this one.