-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Initial support for server interceptors #7510
Conversation
df9b13b
to
f35ba74
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #7510 +/- ##
==========================================
- Coverage 91.10% 90.98% -0.13%
==========================================
Files 295 297 +2
Lines 14373 14468 +95
==========================================
+ Hits 13094 13163 +69
- Misses 1011 1032 +21
- Partials 268 273 +5
☔ View full report in Codecov by Sentry. |
Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
f35ba74
to
588a301
Compare
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
cc @sh0rez |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
This PR was marked stale due to lack of activity. It will be closed in 14 days. |
Closed as inactive. Feel free to reopen if this PR is still being worked on. |
This PR adds support to interceptors, to be used on HTTP clients and servers.
We talked during the SIG meeting that I would implement server interceptors first, but given that the same interface would apply to clients, I think it was worth implementing both on this first PR.
Signed-off-by: Juraci Paixão Kröhling juraci@kroehling.de