dart-lang / http2

A HTTP/2 implementation for dart.
https://pub.dev/packages/http2
BSD 3-Clause "New" or "Revised" License
153 stars 46 forks source link

Support automatic gzip compression #41

Open derolf opened 5 years ago

derolf commented 5 years ago

It would be nice if the library would support gzip content encoding out of the box the same way the HTTP1 Dart library does.

prijindal commented 3 years ago

It would be nice if there was even an example on how to do that

Reprevise commented 8 months ago

Can we please get an update on this?