Enumerations

The following enumerations are available globally.

  • An enum to describe the HTTP method (Get, Post, Put, Delete, etc) of an HTTP request. In general they match the actual HTTP methods by the same name.

    See more

    Declaration

    Swift

    public enum HTTPMethod : String
    extension HTTPMethod: CustomStringConvertible