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

Níma: webserver routing complete shortcut methods for all HTTP methods #6185

Closed
tomas-langer opened this issue Feb 13, 2023 · 3 comments
Closed
Assignees
Labels
4.x Version 4.x Níma Helidon Níma task To do team-fix This issue is available for team members to be fixed. Should not require deep knowledge of Helidon webserver
Milestone

Comments

@tomas-langer
Copy link
Member

We should copy the same shortcut methods we have in reactive Http Rules to Níma HttpRules to support the same user experience.

@tomas-langer tomas-langer added task To do webserver 4.x Version 4.x Níma Helidon Níma team-fix This issue is available for team members to be fixed. Should not require deep knowledge of Helidon labels Feb 13, 2023
@tomas-langer tomas-langer added this to the 4.0.0-M1 milestone Feb 13, 2023
@klustria
Copy link
Member

klustria commented Mar 2, 2023

HttpRules is missing shortcut methods for TRACE and PATCH but has all the other shortcut methods for GET, POST, PUT, DELETE, and HEAD. HEAD, looks like it still needs: head(Handler... handlers)

@klustria
Copy link
Member

klustria commented Mar 2, 2023

This may need to be done as well in HttpRouting.Builder.

@klustria
Copy link
Member

Completed PR #6404 to resolve this issue.

@m0mus m0mus added this to Backlog Aug 12, 2024
@m0mus m0mus moved this to Closed in Backlog Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x Níma Helidon Níma task To do team-fix This issue is available for team members to be fixed. Should not require deep knowledge of Helidon webserver
Projects
Archived in project
Development

No branches or pull requests

2 participants