levkk / rwf

Comprehensive framework for building web applications in Rust.
MIT License
992 stars 18 forks source link

Response compression #28

Open levkk opened 1 week ago

levkk commented 1 week ago

Add support for deflate, gzip, and maybe brotli response compression.

MDN