An open API service indexing awesome lists of open source software.

https://gitlab.torproject.org/mateolafalce/axum_html_minifier

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.
https://gitlab.torproject.org/mateolafalce/axum_html_minifier

axum middleware onion services rust tor website

Last synced: 11 months ago
JSON representation

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.

Awesome Lists containing this project