-
Notifications
You must be signed in to change notification settings - Fork 557
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: support trailer #474
Conversation
Codecov ReportBase: 71.43% // Head: 72.12% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #474 +/- ##
===========================================
+ Coverage 71.43% 72.12% +0.69%
===========================================
Files 93 94 +1
Lines 9000 9234 +234
===========================================
+ Hits 6429 6660 +231
+ Misses 2181 2155 -26
- Partials 390 419 +29
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
d8c5805
to
8e71542
Compare
a428af2
to
1f6dc03
Compare
reviewer + @byene0923 🙏 |
effd5d8
to
04a431c
Compare
What type of PR is this?
feat
Check the PR title.
(Optional) Translate the PR title into Chinese.
增加 HTTP Trailer 支持
(Optional) More detail description for this PR(en: English/zh: Chinese).
en:
Trailer
struct toRequestHeader
andResponseHeader
zh(optional):
RequestHeader
和ResponseHeader
增加Trailer
结构Which issue(s) this PR fixes:
#201