HTTPMethod public enum HTTPMethod : String HTTP methods specified in creating a URLRequest. delete Declaration Swift case delete = "DELETE" get Declaration Swift case get = "GET" patch Declaration Swift case patch = "PATCH" post Declaration Swift case post = "POST" put Declaration Swift case put = "PUT" © 2022 . All rights reserved. (Last updated: 2022-04-18) Generated by jazzy ♪♫ v0.14.2, a Realm project.