Alamofire Docs

Alamofire Reference Enums Reference

Enums

The following enums are available globally.

  • HTTP method definitions.See http://tools.ietf.org/html/rfc7231#section-4.3

    Declaration

    Swift

    public enum Method : String

  • Used to specify the way in which a set of parameters are applied to a URL request.

    Declaration

    Swift

    public enum ParameterEncoding