Skip to content

Commit

Permalink
Merge pull request #1525 from mikyk10/feature/adding-mime-compress
Browse files Browse the repository at this point in the history
Adding a MIME type for compressableMimes
  • Loading branch information
notzippy committed Mar 6, 2022
2 parents 2cb950f + f261091 commit 942bd2e
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 942bd2e

Please sign in to comment.