mirror of
https://github.com/tokio-rs/axum.git
synced 2025-09-27 04:50:31 +00:00
Add axum-html-minifier to ECOSYSTEM.md
+ Add link to baxe to ECOSYSTEM.md Add the link to axum-html-minifier library to the ECOSYSTEM.md file + Motivation We want to share the library we've built with the community, get feedback and improvement ideas + Solution With this middleware layer we can send fewer packets to the client and increase the throughput of our websites.
This commit is contained in:
parent
a192480c4f
commit
7724967867
@ -54,7 +54,8 @@ If your project isn't listed here and you would like it to be, please feel free
|
||||
- [axum-negotiate-layer](https://github.com/2ndDerivative/axum-negotiate-layer): Middleware/Layer for Kerberos/NTLM "Negotiate" authentication.
|
||||
- [axum-kit](https://github.com/4lkaid/axum-kit): Streamline the integration and usage of axum with SQLx and Redis.
|
||||
- [tower_allowed_hosts](https://crates.io/crates/tower_allowed_hosts): Allowed hosts middleware which limits request from only allowed hosts.
|
||||
- [baxe](https://github.com/zyphelabs/baxe): Simple macro for defining backend errors once and automatically generate standardized JSON error responses, saving time and reducing complexity
|
||||
- [baxe](https://github.com/zyphelabs/baxe): Simple macro for defining backend errors once and automatically generate standardized JSON error responses, saving time and reducing complexity
|
||||
- [axum-html-minifier](https://crates.io/crates/axum_html_minifier): This middleware minify the html body content of a axum response.
|
||||
|
||||
## Project showcase
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user