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(ghttp): add middleware MiddlewareGzip for compressing response content using gzip #3832

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

dwSun
Copy link

@dwSun dwSun commented Sep 30, 2024

Add a new middleware MiddlewareGzip to handle gzip compression of content, which can effectively reduce the length of the returned data and reduce traffic pressure.

@gqcn gqcn changed the title feat(ghttp): add MiddlewareGzip feat(ghttp): add MiddlewareGzip for compressing response content using gzip Oct 8, 2024
@gqcn gqcn changed the title feat(ghttp): add MiddlewareGzip for compressing response content using gzip feat(ghttp): add middleware MiddlewareGzip for compressing response content using gzip Oct 8, 2024
@gqcn
Copy link
Member

gqcn commented Oct 8, 2024

@dwSun Hello, the golint ci failed, please update your codes. Besides, please commit associated unit testing case to cover your codes.

@gqcn
Copy link
Member

gqcn commented Nov 20, 2024

@dwSun Hello, the CI failed, please have a check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants