We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A new Route.Source interface will be available with 2 methos: line and declaringClass
Route.Source
line
declaringClass
For example if the next route is defined at line 25, this route prints 25:
{ get("/", req -> { return req.route().line(); }); }
Goal of Source interface is to help and provide useful information for debugging purpose.
The default error handler will be modified to include this information.
See #177
The text was updated successfully, but these errors were encountered:
ec9d2e9
No branches or pull requests
A new
Route.Source
interface will be available with 2 methos:line
anddeclaringClass
For example if the next route is defined at line 25, this route prints 25:
Goal of Source interface is to help and provide useful information for debugging purpose.
The default error handler will be modified to include this information.
See #177
The text was updated successfully, but these errors were encountered: