Skip to content
New issue

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

[Feature Request] Possibility to ignore a HTTP method for a route #1408

Open
clluiz opened this issue Aug 18, 2023 · 0 comments
Open

[Feature Request] Possibility to ignore a HTTP method for a route #1408

clluiz opened this issue Aug 18, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@clluiz
Copy link

clluiz commented Aug 18, 2023

It would be interesting if we could ignore specific HTTP methods for an entity, for example:

[GET] /user
[POST] /user
[PUT] /user

We could ignore the PUT and POST methods for the entity User.

Related to: #752

@mcollina mcollina added the enhancement New feature or request label Aug 18, 2023
@mcollina mcollina added this to the v1.0.0 milestone Aug 18, 2023
@mcollina mcollina removed this from the v1.0.0 milestone Sep 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants