This repository has been archived by the owner on Dec 10, 2024. It is now read-only.
v0.4
HTTPResult
now retains reference to its NSURLSessionTask.- as a consequence, you can call
HTTPResult.cancel()
, which just forwards toHTTPResult.task?.cancel()
- The type of
json
argument got relaxed toAnyObject
, so that arrays can be passed in. - Added tvOS target.