Back to URLRequest 📡
As discussed in #34 we remove our own representation of Requests and use native URLRequest
. By using URLRequest
we replace our hard to understand idea of urlKeys.
What`s new
URLRequestConvertible
to bridge custom Request objects toURLRequest
- official CocoaPods support 🎖
- new ways of type erase a
ResourceModeling