Skip to content

Commit

Permalink
Added a MIME type for compressableMimes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mitsutaka Naito committed Feb 3, 2021
1 parent 413dda3 commit f261091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compress.go
Expand Up @@ -20,6 +20,7 @@ var compressionTypes = [...]string{

var compressableMimes = [...]string{
"text/plain",
"text/csv",
"text/html",
"text/xml",
"text/css",
Expand Down

0 comments on commit f261091

Please sign in to comment.