Http download the specific url and return as stream
public Task<Stream> HttpGetStreamAsync(string url, CancellationToken token = default)
parameter | description |
---|---|
url | URL to call Http Get |
token | Cancellation Token |
Task to get stream result
- interface IPublicAPI
- namespace Flow.Launcher.Plugin