UNPKG

autocannon

Version:

Fast HTTP benchmarking tool written in Node.js

14 lines (13 loc) 191 B
// most http methods taken from RFC 7231 // PATCH is defined in RFC 5789 module.exports = [ 'GET', 'HEAD', 'POST', 'PUT', 'DELETE', 'CONNECT', 'OPTIONS', 'TRACE', 'PATCH' ]