Attributes
Public Instance methods
merge_headers(trailers)
[show source]
# File lib/httpx/plugins/grpc.rb 106 def merge_headers(trailers) 107 @trailing_metadata = Hash[trailers] 108 super 109 end