Skip to content

Brotli/GZip support #431

@zkkzkk32312

Description

@zkkzkk32312

Hi guys,

Is it possible to have custom headers for Brotli or Gzip compression?

something that can be set through settings.json or through the settings UI like :

{
"liveServer.settings.headers": [
"/public/webgl/.data.br": {
"Content-Encoding": "br",
"Content-Type": "application/octet-stream"
},
"/public/webgl/
.js.br": {
"Content-Encoding": "br",
"Content-Type": "application/javascript"
},
"/public/webgl/*.wasm.br": {
"Content-Encoding": "br",
"Content-Type": "application/wasm"
}
]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions