mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
9 lines
85 B
JavaScript
9 lines
85 B
JavaScript
|
export default [
|
||
|
'gzip',
|
||
|
'compress',
|
||
|
'deflate',
|
||
|
'br',
|
||
|
'identity',
|
||
|
'*'
|
||
|
];
|