Posts from 05 August 2020
HTTP in Swift, Part 16: Composite Loaders
So far we’ve built two different loaders that handle authentication, and it’s conceivable we’d want to build more to support others. Wouldn’t it be nice if we could encapsulate all of the “authentication” logic into a single loader?