3lvis / Networking

Swift HTTP Networking with stubbing and caching support
MIT License
1.36k stars 112 forks source link

Add support for caching level #227

Closed 3lvis closed 6 years ago

3lvis commented 6 years ago

Allows the user to disable caching per request.

networking.downloadImage("/image/png", cachingLevel: .none) { result in
    // Non-cached image....
}