elixir-grpc / grpc

An Elixir implementation of gRPC
https://hex.pm/packages/grpc
Apache License 2.0
1.38k stars 212 forks source link

url encode/decode status-message header #271

Closed drowzy closed 1 year ago

drowzy commented 2 years ago

Closes #269. As mentioned in the issue uses URI.encode/1 to encode status message trailer grpc-message on the server and decodes the value on the client using URI.decode.