Method: HTTPX::Plugins::GRPC::ResponseMethods#merge_headers
- Defined in:
- lib/httpx/plugins/grpc.rb
#merge_headers(trailers) ⇒ Object
106 107 108 109 |
# File 'lib/httpx/plugins/grpc.rb', line 106 def merge_headers(trailers) @trailing_metadata = Hash[trailers] super end |