UNPKG

axios

Version:

Promise based HTTP client for the browser and node.js

18 lines (15 loc) 200 B
'use strict'; const methodList = Object.freeze([ 'get', 'delete', 'head', 'options', 'post', 'put', 'patch', 'purge', 'link', 'unlink', 'query', ]); export default methodList;