Interface IHttpClient

interface IHttpClient {
    get(url): Promise<string>;
}

Implemented by

Methods

Methods

Generated using TypeDoc