grpc-dart/lib
Ankur Jain c48af638a5
Support message compression (#409)
* 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
2020-12-11 09:52:24 +01:00
..
src Support message compression (#409) 2020-12-11 09:52:24 +01:00
grpc.dart Support message compression (#409) 2020-12-11 09:52:24 +01:00
grpc_connection_interface.dart Export more symbols in grpc_connection_interface.dart (#292) 2020-04-16 10:34:59 +02:00
grpc_web.dart Add timeline logging to grpc client (#392) 2020-11-11 15:51:16 +01:00
service_api.dart feat: support client interceptors (#338) 2020-11-02 11:13:56 +01:00