RequestExecuter
public protocol RequestExecuterThe protocol request executers need to conform to to be able to be used to send requests.
- 
                  
                  The session the request will be send on DeclarationSwift var session: URLSession { get }
- 
                  
                  # Summary The initialiser of the RequestExecuter.DeclarationSwift init(session: URLSession)ParameterssessionThe session the request will be send on. 
- 
                  
                  # Summary Sending the given request DeclarationSwift func send(request: URLRequest, _ completion: @escaping ((Data?, URLResponse?, Error?) -> Void)) -> CancellableRequest?ParametersrequestThe request to be send. completionThe completion which will be called when the request was sent. Return ValueThe request to be able to cancel it if necessary. 
 View on GitHub
            View on GitHub
           Install in Dash
            Install in Dash
           RequestExecuter Protocol Reference
      RequestExecuter Protocol Reference