mufeedvh / binserve

A fast production-ready static web server with TLS (HTTPS), routing, hot reloading, caching, templating, and security in a single-binary you can set up with zero code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An optional Minify HTML feature

mufeedvh opened this issue · comments

A feature/option to minify HTML pages which can be specified in the binserve.json configuration file just like directory_listing.

{
  ...
  "minify_html": true,
  ...
}

This feature has been implemented!

v0.2.0 Released! 🎉