feat(compressor): added gzip/deflate compression support on request #12
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
codecov / codecov/patch
app.go#L364
Added line #L364 was not covered by tests
Check warning on line 12 in compressor_deflate.go
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
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
codecov / codecov/patch
context.go#L115
Added line #L115 was not covered by tests
Check warning on line 171 in context.go
codecov / codecov/patch
context.go#L170-L171
Added lines #L170 - L171 were not covered by tests
Check warning on line 86 in option.go
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
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
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
codecov / codecov/patch
response_writer_deflate.go#L17-L18
Added lines #L17 - L18 were not covered by tests