well-typed / grapesy

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

Introduce `InboundEnvelope` and `OutboundEnvelope` #73

Closed edsko closed 4 months ago

edsko commented 4 months ago

This gives clients more control and metadata about low-level details of message transmission. Most clients will not need this, but it is required for the interop tests.