HTTPClient
public protocol HTTPClient
-
Declaration
Swift
func execute<T>(request: URLRequest, withRetryPolicy: RetryPolicy, completion: @escaping HTTPResultHandler<T>) where T : Decodable
public protocol HTTPClient
Swift
func execute<T>(request: URLRequest, withRetryPolicy: RetryPolicy, completion: @escaping HTTPResultHandler<T>) where T : Decodable