v1.8.0
This release contains breaking changes
- Replaces the third-party HTTP router with a first-party router. No loss in functionality.
- Improved static file serving with regards to cache and MIME control
Migration Notes
- Serving static files: Previously you needed to include
*filepathwith the path, this is no longer needed. - Strict trailing slash: The router now strictly differentiates requests with and without a trailing slash.
- Wildcard parameters: Wildcard parameter values no longer include a leading slash.
- Request parameters: Request parameters are now stored in a map. The
.ByName()method can be one-to-one replaced with a simple map key reference["key"]