cauli
cauli copied to clipboard
Replace Response with CachedURLResponse
We created the Response struct in order to store the data alongside the URLResponse. CachedURLResponse is actually an object that allows to do exactly that.
Good find! Let's change that within Milestone 1.0. What do you think?