Example #1
0
 private T.Task <TResult> GetAsync <TResult>(string uri, CancellationToken token) => Curl.GetAsync <TResult>(uri, this.Headers, token);