HTTPMethod
public enum HTTPMethod : String
HTTP method definitions.
-
Declaration
Swift
case options = "OPTIONS" -
Declaration
Swift
case get = "GET" -
Declaration
Swift
case head = "HEAD" -
Declaration
Swift
case post = "POST" -
Declaration
Swift
case put = "PUT" -
Declaration
Swift
case patch = "PATCH" -
Declaration
Swift
case delete = "DELETE" -
Declaration
Swift
case trace = "TRACE" -
Declaration
Swift
case connect = "CONNECT"
HTTPMethod Enumeration Reference