HTTPMethod public enum HTTPMethod : String, Hashable HTTP Methods get Represents GET HTTP Method Declaration Swift case get = "GET" post Represents POST HTTP Method Declaration Swift case post = "POST" put Represents PUT HTTP Method Declaration Swift case put = "PUT" delete Represents DELETE HTTP Method Declaration Swift case delete = "DELETE" © 2026 iOS SDK. All rights reserved. (Last updated: 2026-07-27) Generated by jazzy ♪♫ v0.15.4, a Realm project.