jormaechea/open-api-mocker

View on GitHub
lib/utils/http-methods.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
'use strict';

module.exports.knownHttpMethods = ['get', 'post', 'put', 'patch', 'delete', 'options', 'head', 'trace'];