carson-katri / swift-request

Declarative HTTP networking, designed for SwiftUI
MIT License
727 stars 41 forks source link

Add `async`/`await` support #64

Open carson-katri opened 2 years ago

carson-katri commented 2 years ago

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

waly-k commented 1 year ago

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 😄

carson-katri commented 1 year ago

@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