We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c170e commit ae6d185Copy full SHA for ae6d185
README.md
@@ -144,3 +144,5 @@ Within your Flask application's settings you can provide the following settings
144
| `COMPRESS_REGISTER` | Specifies if compression should be automatically registered. | `True` |
145
| `COMPRESS_ALGORITHM` | Supported compression algorithms. | `['zstd', 'br', 'gzip', 'deflate']` |
146
| `COMPRESS_STREAMS` | Compress content streams. | `True` |
147
+| `COMPRESS_MUTATE_WEAK_ETAGS` | Compress mutates weak etags. | `True` |
148
+| `COMPRESS_EVALUATE_CONDITIONAL_REQUEST` | Compress evaluates conditional requests. | `False` |
0 commit comments