swift-request icon indicating copy to clipboard operation
swift-request copied to clipboard

Add `async`/`await` support

Open carson-katri opened this issue 3 years ago • 2 comments

Resolves #63. This is hidden behind #if swift(>=5.5) to ensure it still builds on older Xcode versions.

carson-katri avatar Jan 01 '22 22:01 carson-katri

Hey Carson, is there a timeline for when this is being released? Would love to use swift-request in our app, but async/await support is a must for us 😄

waly-k avatar Oct 13 '22 12:10 waly-k

@waly-k Unfortunately, I’m not sure when I’ll get back to this. However, you may want to look at request-dl, which a contributor started as a sort of successor to this package: https://github.com/request-dl/request-dl

carson-katri avatar Oct 13 '22 15:10 carson-katri