apple / swift-http-types

Version-independent HTTP currency types for Swift
Apache License 2.0
894 stars 47 forks source link

`URLSession` convenience methods not available on non-Apple platforms #40

Closed fumoboy007 closed 9 months ago

fumoboy007 commented 9 months ago

The URLSession convenience methods are currently only available on Apple platforms. Why is that?

guoye-zhang commented 9 months ago

These convenience methods are based on async URLSession conveniences, but swift-corelibs-foundation does not current have those implemented.

fumoboy007 commented 9 months ago

Ah, https://github.com/apple/swift-corelibs-foundation/issues/3205. 🥲