I'm trying to develop scenarios for load testing an application with Artillery. The application in question uses the GET, POST, PUT, and DELETE html methods, but all of the available documentation I've been able to find only discusses the get: and post: keywords (under scenarios: - flow:) which I assume would use the GET and POST methods. At least two sources I've found, including one at artillery.io, imply that PUT, PATCH, and DELETE are supported, but then provide no information on how to specify the http method on an http request. Can someone advise how to specify PUT and DELETE requests in an Artillery scenario?
(By the way, there are at least 10 other html methods besides the 5 mentioned here.)