swift-request
swift-request copied to clipboard
Add `async`/`await` support
Resolves #63. This is hidden behind #if swift(>=5.5) to ensure it still builds on older Xcode versions.
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 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