lws-compress

Response compression middleware for lws

Usage no npm install needed!

<script type="module">
  import lwsCompress from 'https://cdn.skypack.dev/lws-compress';
</script>

README

view on npm npm module downloads Gihub repo dependents Gihub package dependents Node.js CI js-standard-style

lws-compress

Response compression middleware for lws. For usage instructions, see here.

Adds the following options to lws.

--compress, -z                 Serve gzip-compressed resources, where applicable.
--compress.threshold number    Minimum response size in bytes to apply compression. Defaults to 1024.

© 2016-21 Lloyd Brookes <75pound@gmail.com>.