-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Support custom header #1050
Support custom header #1050
Conversation
core-impl/filter/src/main/java/com/alipay/sofa/rpc/filter/ConsumerCustomHeaderFilter.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #1050 +/- ##
============================================
- Coverage 68.84% 68.69% -0.15%
+ Complexity 820 817 -3
============================================
Files 407 408 +1
Lines 17619 17634 +15
Branches 2728 2729 +1
============================================
- Hits 12130 12114 -16
- Misses 4085 4113 +28
- Partials 1404 1407 +3
Continue to review full report at Codecov.
|
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.
LGTM
Support custom header (sofastack#1050)
Motivation:
Add an api to add custom headers