Module: HTTPX::Plugins::GRPC::ResponseMethods

Defined in:
lib/httpx/plugins/grpc.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#trailing_metadataObject (readonly)

Returns the value of attribute trailing_metadata.



105
106
107
# File 'lib/httpx/plugins/grpc.rb', line 105

def 
  
end

Instance Method Details

#encodersObject



112
113
114
# File 'lib/httpx/plugins/grpc.rb', line 112

def encoders
  @options.encodings
end

#merge_headers(trailers) ⇒ Object



107
108
109
110
# File 'lib/httpx/plugins/grpc.rb', line 107

def merge_headers(trailers)
   = Hash[trailers]
  super
end