Minor improvements
[patch] refactored router.Serve method to avoid context payload injection to special handlers
[patch] removed deadcode Route.matchAndGet
[patch] fixed panic when using CORS middleware with nil configuration
[patch] using response writer from pool for chained handlers instead of creating a new instance
[patch] other small refactor for cleaner/easy to understand code
[patch] removed unused field from context payload