aliases.json 943 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "autoIndex": [ "autoIndex", "autoindex" ],
  3. "showDir": [ "showDir", "showdir" ],
  4. "showDotfiles": ["showDotfiles", "showdotfiles"],
  5. "humanReadable": [ "humanReadable", "humanreadable", "human-readable" ],
  6. "hidePermissions": ["hidePermissions", "hidepermissions", "hide-permissions"],
  7. "si": [ "si", "index" ],
  8. "handleError": [ "handleError", "handleerror" ],
  9. "cors": [ "cors", "CORS" ],
  10. "headers": [ "H", "header", "headers" ],
  11. "contentType": [ "contentType", "contenttype", "content-type" ],
  12. "mimeType": [
  13. "mimetype",
  14. "mimetypes",
  15. "mimeType",
  16. "mimeTypes",
  17. "mime-type",
  18. "mime-types",
  19. "mime-Type",
  20. "mime-Types"
  21. ],
  22. "weakEtags": [ "weakEtags", "weaketags", "weak-etags" ],
  23. "weakCompare": [
  24. "weakcompare",
  25. "weakCompare",
  26. "weak-compare",
  27. "weak-Compare"
  28. ],
  29. "handleOptionsMethod": [
  30. "handleOptionsMethod",
  31. "handleoptionsmethod",
  32. "handle-options-method"
  33. ]
  34. }