HTTPMethodType enum HTTPMethodType : String get Declaration Swift case get = "GET" head Declaration Swift case head = "HEAD" post Declaration Swift case post = "POST" put Declaration Swift case put = "PUT" patch Declaration Swift case patch = "PATCH" delete Declaration Swift case delete = "DELETE"