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

feat: add adapter for hertz #472

Merged
merged 1 commit into from
Jul 28, 2022
Merged

feat: add adapter for hertz #472

merged 1 commit into from
Jul 28, 2022

Conversation

Skyenought
Copy link
Contributor

Describe what this PR does / why we need it

cloudwego/hertz#138

Does this pull request fix one issue?

cloudwego/hertz#138

Describe how you did it

The implementation is based on hertz middlewares for http server and client.

They have been tested in server_test.go and client_test.go

Describe how to verify it

The implementation can be verified via go test.

Special notes for reviews

@CLAassistant
Copy link

CLAassistant commented Jul 23, 2022

CLA assistant check
All committers have signed the CLA.

@Skyenought Skyenought force-pushed the add-hertz branch 2 times, most recently from c3bb9d8 to 66f0e91 Compare July 23, 2022 12:21
@sczyh30 sczyh30 added to-review PRs to review area/integrations Issue related to integrations with open-source components labels Jul 25, 2022
@codecov-commenter
Copy link

codecov-commenter commented Jul 25, 2022

Codecov Report

Merging #472 (9c67781) into master (31fdb14) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #472   +/-   ##
=======================================
  Coverage   53.17%   53.17%           
=======================================
  Files          91       91           
  Lines        5896     5896           
=======================================
  Hits         3135     3135           
  Misses       2414     2414           
  Partials      347      347           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 31fdb14...9c67781. Read the comment docs.

@@ -0,0 +1,66 @@
# JetBrains template
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

gitignore is not required, it is already available in the main project

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GET

Copy link
Collaborator

@binbin0325 binbin0325 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sczyh30 sczyh30 merged commit b9f1cc5 into alibaba:master Jul 28, 2022
@sczyh30
Copy link
Member

sczyh30 commented Jul 28, 2022

Nice work. Thanks for contributing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/integrations Issue related to integrations with open-source components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants