W
website
Projects with this topic
-
This crate allows you to includes a custom middleware that minify HTML outcome of a Response in your axum application. The middleware intercepts responses body and minify the entire content. So, we can send fewer packets to the client and increase our throughput.
Updated -
A Rust crate that helps enforce secure browsing habits by embedding a JavaScript warning directly into HTTP responses for hidden services apps. Inspired by the alert that Dread gives us when we have JavaScript activated, this script is injected into the response HTML to always browse safely. It is an independent component so it can be added as another layer of the Middleware in any Axum app.
Updated