HTTPMethod

public class HTTPMethod

Constants for HTTP methods.

  • The HTTP CONNECT method.

    Declaration

    Swift

    public static let connect: String
  • The HTTP DELETE method.

    Declaration

    Swift

    public static let delete: String
  • get

    The HTTP GET method.

    Declaration

    Swift

    public static let get: String
  • The HTTP HEAD method.

    Declaration

    Swift

    public static let head: String
  • The HTTP OPTIONS method.

    Declaration

    Swift

    public static let options: String
  • The HTTP PATCH method.

    Declaration

    Swift

    public static let patch: String
  • The HTTP POST method.

    Declaration

    Swift

    public static let post: String
  • put

    The HTTP PUT method.

    Declaration

    Swift

    public static let put: String
  • The HTTP TRACE method.

    Declaration

    Swift

    public static let trace: String