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
I want to use Fastify's route constraints
@RouteConstraints({ host: 'admin.example.com', })
Add a new RouteConstraints decorator
RouteConstraints
NA
This would cover more of Fastify's features and enriches platform-fastify APIs
https://github.com/Fcmam5/fastify-route-constraints-poc
The text was updated successfully, but these errors were encountered:
Let's track this here #12567
Sorry, something went wrong.
No branches or pull requests
Is there an existing issue that is already proposing this?
Is your feature request related to a problem? Please describe it
I want to use Fastify's route constraints
Describe the solution you'd like
Add a new
RouteConstraints
decoratorTeachability, documentation, adoption, migration strategy
NA
What is the motivation / use case for changing the behavior?
This would cover more of Fastify's features and enriches platform-fastify APIs
Example repository:
https://github.com/Fcmam5/fastify-route-constraints-poc
The text was updated successfully, but these errors were encountered: