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