Rocket.Chat.ReactNative/ios/RocketChat Watch App/Client/HTTP/HTTPMethod.swift

5 lines
66 B
Swift
Raw Normal View History

2024-04-26 20:33:11 +00:00
enum HTTPMethod: String {
case get = "GET"
case post = "POST"
}