Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Init RFC * Allowing overlapping named parameter * Allowing overlapping catch all parameter * Introducing the context interface * Allow to apply middleware to NotFound & MethodNotAllowed handler * Add default function for NotFound and MethodNotAllowed handler * Fix, optimization and doc improvement * Fix README.md * Align HTTPError struct * Don't copy the request when cloning a context. This should be safe even in concurrent usage
- Loading branch information