URLSessionBackport
URLSessionBackport copied to clipboard
Backward compatible async/await for URLSession!
First at all, thanks a lot for taking the time to create a library that backports the async/await versions of `URLSession` to iOS 14. I am currently implementing some feature...
This should prevent issues when most people are just using URLSession willy nilly without configuring their own.
Needs more tests to compare the esoteric cases to each other. I'm thinking of duplicating many of the tests with non-backported implementations, so if something nitty gritty changes (URL Session...