HTTPMethodType enum HTTPMethodType : String HTTP 요청 방법을 나타냄 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"