Method
public enum Method : String
                A type-safe HTTP method.
- 
                  
                  
CONNECT
Declaration
Swift
case connect = "CONNECT" - 
                  
                  
DELETE
Declaration
Swift
case delete = "DELETE" - 
                  
                  
GET
Declaration
Swift
case get = "GET" - 
                  
                  
HEAD
Declaration
Swift
case head = "HEAD" - 
                  
                  
OPTIONS
Declaration
Swift
case options = "OPTIONS" - 
                  
                  
POST
Declaration
Swift
case post = "POST" - 
                  
                  
PUT
Declaration
Swift
case put = "PUT" - 
                  
                  
TRACE
Declaration
Swift
case trace = "TRACE" 
            View on GitHub
          
      Method Enumeration Reference