-
-
Notifications
You must be signed in to change notification settings - Fork 258
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
feat: expose request/connection info #441
Conversation
2c230b4
to
74741bc
Compare
Hi @r3b-fish 👋 Thank you for the PR 😊 the pr looks nice from the first glance but I will give it a deeper look tonight 😊 |
It needs to extend middleware logic (e.g. rewrite path)
1be4813
to
863afbb
Compare
143cd83
to
1242187
Compare
CodSpeed Performance ReportMerging #441 Summary
Benchmarks breakdown
|
e90a5dc
to
09cd237
Compare
9bd597e
to
120e453
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! 🔥
LGTM 😄
Description
Implemented access of request information: method, path, host:port and protocol.
In generally, it needs to implement more complicated logic in middlewares.