-
GET method.
Declaration
Swift
case get = "GET"
-
POST method.
Declaration
Swift
case post = "POST"
-
PUT method.
Declaration
Swift
case put = "PUT"
-
PATCH method.
Declaration
Swift
case patch = "PATCH"
-
DELETE method.
Declaration
Swift
case delete = "DELETE"