Hi, I'm interested in enabling [text compression](https://web.dev/uses-text-compression) for my Hyper-powered server to improve load time. Does Hyper natively support Brotli compression? Or would I have to use an external text compression library such as [rust-brotli](https://github.com/dropbox/rust-brotli)? Thank you in advance!