Alamofire Docs (83% documented)

Alamofire Reference Classes Reference

Classes

The following classes are available globally.


  • Responsible for creating and managing Request objects, as well as their underlying NSURLSession.

    See more

    Declaration

    Swift

    public class Manager

  • Responsible for sending a request and receiving the response and associated data from the server, as well as managing its underlying NSURLSessionTask.

    See more

    Declaration

    Swift

    public class Request