HTTPMethod public enum HTTPMethod : String The series of methods accepted by the HTTP service. get Undocumented Declaration Swift case get post Undocumented Declaration Swift case post put Undocumented Declaration Swift case put delete Undocumented Declaration Swift case delete head Undocumented Declaration Swift case head patch Undocumented Declaration Swift case patch