URLSessionBackport icon indicating copy to clipboard operation
URLSessionBackport copied to clipboard

Backward compatible async/await for URLSession!

Results 3 URLSessionBackport issues
Sort by recently updated
recently updated
newest added

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.

enhancement

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...

enhancement