HttpMethod
public enum HttpMethod : String, Sendable
HTTP methods supported by the network module.
-
Declaration
Swift
case get = "GET" -
Declaration
Swift
case post = "POST" -
Declaration
Swift
case put = "PUT" -
Declaration
Swift
case delete = "DELETE" -
Declaration
Swift
case patch = "PATCH" -
Declaration
Swift
case head = "HEAD" -
Declaration
Swift
case options = "OPTIONS"
View on GitHub