dart-lang / api.dart.dev

Dart API docs
https://api.dart.dev
BSD 3-Clause "New" or "Revised" License
19 stars 17 forks source link

Enable brotli compression as an option for content encoding #84

Open parlough opened 2 years ago

parlough commented 2 years ago

Currently only gzip seems to be supported, but based off my observations hosting the SDK docs on Firebase, the extra compression from brotli is not bad. api.flutter.dev also supports brotli already.