redoc/lib/utils/swagger-defs.ts
2016-05-25 18:34:31 +03:00

4 lines
107 B
TypeScript

'use strict';
export var methods = new Set(['get', 'put', 'post', 'delete', 'options', 'head', 'patch']);