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

Allow arbitrary payload on HttpServerRequest object #3011

Closed
vietj opened this issue Jul 1, 2019 · 0 comments
Closed

Allow arbitrary payload on HttpServerRequest object #3011

vietj opened this issue Jul 1, 2019 · 0 comments
Assignees
Milestone

Comments

@vietj
Copy link
Member

vietj commented Jul 1, 2019

Sometimes it can be useful to attach an object to an HttpServerRequest that has the same lifecycle than the request without having the specific need to maintain a Map<HttpServerRequest, Object> for such tracking. We should add an internal get/set (HttpServerRequestInternal) for this case.

@vietj vietj added this to the 3.8.0 milestone Jul 1, 2019
@vietj vietj self-assigned this Jul 1, 2019
@vietj vietj closed this as completed Jul 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant