Posts from 04 July 2020
HTTP in Swift, Part 6: Chaining Loaders
So far, the
HTTPLoading
types we’ve created have all been loaders that directly respond to anHTTPRequest
. In order to create new kinds of loaders, we’ll need to revisit theHTTPLoading
protocol.