🧹 Updates
- c.Cookies(key string, defaultValue ...string) pass an optional default value that returns if cookie is not found #541
- c.Params(key string, defaultValue ...string) pass an optional default value that returns if param is not found #541
- c.Query(key string, defaultValue ...string) pass an optional default value that returns if query is not found #541
- Add more middleware test cases, coverage 84% #538
🩹 Fixes
- Default to 0.0.0.0 host addr if non is given ( docker had issue's with this ) #539
- Allow Config files inside the default RequestID & Compress middleware initiators #537