Designing a HTTP framework: type safe request
Let's talk about how to build a type safe request for our network framework
Let's talk about how to build a type safe request for our network framework
Bring URLSession to a whole next level
Since iOS8 a new class for building urls made it to Foundation: URLComponents. While convenient it has some subtilities about encoding that you should be aware of.