well-typed / grapesy

Native Haskell gRPC client and server based on `http2`
Other
31 stars 4 forks source link

Add deflate compression #62

Closed FinleyMcIlwaine closed 5 months ago

FinleyMcIlwaine commented 5 months ago

Tested and works with the python and C++ implementations, added a basic test to the binary increment test group that uses deflate compression.

Resolves #55