Enumerationswift-package-manager 6.0.3Basics
HTTPMethod
HTTPMethod.swift:13enum HTTPMethod
enum HTTPMethod
import Basics
case head
case get
case post
case put
case delete
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol Sendable
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.