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

Add a short-hand for ServerResponse.status(int) #6830

Closed
Tracked by #6683
spericas opened this issue May 16, 2023 · 0 comments · Fixed by #6833
Closed
Tracked by #6683

Add a short-hand for ServerResponse.status(int) #6830

spericas opened this issue May 16, 2023 · 0 comments · Fixed by #6833
Assignees

Comments

@spericas
Copy link
Member

spericas commented May 16, 2023

In 3.x we had this:

response.status(200);
response.status(Http.Status.OK_200);

In 4.0.0-ALPHA6 we have only this:

response.status(Http.Status.OK_200);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant