venmo / DVR

Network testing for Swift
http://blog.soff.es/network-testing-in-swift-with-dvr
MIT License
651 stars 86 forks source link

Add support for download tasks #10

Closed soffes closed 9 years ago

soffes commented 9 years ago

This will require refactoring a significant amount. Right now most of the recording logic lives in the data task. We'll need to make this more abstract so it can work for both.

We could also make download tasks use data tasks internally and just write it out to a temp file. The consumer won't know the difference.