• Downloads the content from the specified URL as a string.

    Parameters

    • arg: string | HttpsRequestOptions

      either The URL to request from or HttpsRequestOptions options.

    Returns Promise<string>