Static File Serving: Introduce a new 'fallthrough' option that enhances the flexibility of serving static files, allowing for better handling of requests when files are not found.
Improvements
Performance: Improve the default redirect response headers to ensure better compliance with web standards and enhance user experience.
Performance: Enable strict mode to help catch common coding errors and improve overall code quality.
Performance: Remove argument reassignment to streamline the code and enhance performance.
Fixes
Fix an issue with reading options from the options prototype, ensuring that configurations are correctly applied.