well-typed / grapesy

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

Simplify header parsing #105

Closed edsko closed 3 months ago

edsko commented 3 months ago

This removes the .Partial infrastructure, instead replacing it with a more standard HDK infrastructure, which also allows us to nest partial values. This makes it much easier to add additional fields into the trailers.