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(compressor): added gzip/deflate compression support on request #12

Merged
merged 5 commits into from
Jan 4, 2025

feat(compressor): added gzip/deflate compression support on request

aad726c
Select commit
Loading
Failed to load commit list.
Merged

feat(compressor): added gzip/deflate compression support on request #12

feat(compressor): added gzip/deflate compression support on request
aad726c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jan 3, 2025 in 0s

65.27% of diff hit (target 82.28%)

View this Pull Request on Codecov

65.27% of diff hit (target 82.28%)

Annotations

Check warning on line 364 in app.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

app.go#L364

Added line #L364 was not covered by tests

Check warning on line 12 in compressor_deflate.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

compressor_deflate.go#L11-L12

Added lines #L11 - L12 were not covered by tests

Check warning on line 22 in compressor_deflate.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

compressor_deflate.go#L15-L22

Added lines #L15 - L22 were not covered by tests

Check warning on line 115 in context.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

context.go#L115

Added line #L115 was not covered by tests

Check warning on line 171 in context.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

context.go#L170-L171

Added lines #L170 - L171 were not covered by tests

Check warning on line 86 in option.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

option.go#L83-L86

Added lines #L83 - L86 were not covered by tests

Check warning on line 18 in response_writer.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

response_writer.go#L17-L18

Added lines #L17 - L18 were not covered by tests

Check warning on line 14 in response_writer_deflate.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

response_writer_deflate.go#L13-L14

Added lines #L13 - L14 were not covered by tests

Check warning on line 18 in response_writer_deflate.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

response_writer_deflate.go#L17-L18

Added lines #L17 - L18 were not covered by tests