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
How do you implement multiple paths pointing to one controller Or support regular expressions for path
The text was updated successfully, but these errors were encountered:
Please, Can you give us an example?
Sorry, something went wrong.
@get('/') @get('/{name}') @get('/echo/{name}') def sayHello(self, name="Word"): return {'Hello':name} @get('r/user/[\d{11}]/?') def user_info(self, mobile): return {'Hello':name}
Can the _catch_fire _produces be set in the configuration file inside of the tornado
or, _produces is set ing Handler
No branches or pull requests
How do you implement multiple paths pointing to one controller
Or support regular expressions for path
The text was updated successfully, but these errors were encountered: