well-typed / grapesy

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

Rename `BinaryRpc` to `RawRpc` #147

Closed edsko closed 3 weeks ago

edsko commented 1 month ago

The existing name is confusing, as it suggests that it uses Data.Binary encoding, which it does not. The confusion is made worse because the various .Binary modules in grapesy, that use BinaryRpc, do use Data.Binary -- but they are just a way of using (what should be called) RawRpc, not the way.