PolyRequest
public class PolyRequest
Undocumented
-
Poly cache policies
See moreDeclaration
Swift
public enum CachePolicy : Int, CustomStringConvertible
-
Undocumented
Declaration
Swift
public func request(withUrl url: URL, parameters: [String: Any]? = nil, completionHandler: Poly.CompletionHandler? = nil)
-
Undocumented
Declaration
Swift
public func fetch(dataWithUrl url: URL, cachePolicy: CachePolicy = .returnCacheDataElseFetch, progressHandler: Poly.ProgressHandler? = nil, completionHandler: Poly.CompletionHandler? = nil)
-
Undocumented
Declaration
Swift
public func cancel()