You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
323 B

  1. module.exports = [
  2. 'get'
  3. , 'post'
  4. , 'put'
  5. , 'head'
  6. , 'delete'
  7. , 'options'
  8. , 'trace'
  9. , 'copy'
  10. , 'lock'
  11. , 'mkcol'
  12. , 'move'
  13. , 'propfind'
  14. , 'proppatch'
  15. , 'unlock'
  16. , 'report'
  17. , 'mkactivity'
  18. , 'checkout'
  19. , 'merge'
  20. , 'm-search'
  21. , 'notify'
  22. , 'subscribe'
  23. , 'unsubscribe'
  24. , 'patch'
  25. ];