mirror of https://github.com/grpc/grpc-dart.git
* Added support for compression/decompression, which can be configured through `ChannelOptions` constructor's `codecRegistry` parameter or adding the `grpc-accept-encoding` to `metadata` parameter of `CallOptions` on the client side and `codecRegistry` parameter to `Server` on the server side. Outgoing rpc can be compressed using the `compression` parameter on the `CallOptions`. Closes #6 |
||
---|---|---|
.. | ||
codec_registry_test.dart |