ruby-protobuf / protobuf

A pure ruby implementation of Google's Protocol Buffers
https://github.com/ruby-protobuf
MIT License
463 stars 101 forks source link

Add server_host to the response object #370

Closed quixoten closed 7 years ago

quixoten commented 7 years ago

This allows tracing a request to a server when the transport layer does not use direct connections, i.e., protobuf-nats.


RFC @mmmries @abrandoned @film42