diff --git a/Sources/FTAPIKit/HTTPMethod.swift b/Sources/FTAPIKit/HTTPMethod.swift index d725330..f8d31f6 100644 --- a/Sources/FTAPIKit/HTTPMethod.swift +++ b/Sources/FTAPIKit/HTTPMethod.swift @@ -1,5 +1,5 @@ /// HTTP method enum with all commonly used verbs. -public enum HTTPMethod: String, CustomStringConvertible { +public enum HTTPMethod: String, CustomStringConvertible, Sendable { /// `OPTIONS` HTTP method case options /// `GET` HTTP method