module HTTPX::Plugins::GRPC::ResponseMethods

  1. lib/httpx/plugins/grpc.rb

Methods

Public Instance

  1. merge_headers
  2. trailing_metadata

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