tapio / live-server

A simple development http server with live reload capability.
http://tapiov.net/live-server/
4.4k stars 484 forks source link

Brotli/GZip support #431

Open zkkzkk32312 opened 2 months ago

zkkzkk32312 commented 2 months ago

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" } ] }