Module: HTTPX::Plugins::GRPC::ResponseMethods
- Defined in:
- lib/httpx/plugins/grpc.rb
Instance Attribute Summary collapse
-
#trailing_metadata ⇒ Object
readonly
Returns the value of attribute trailing_metadata.
Instance Method Summary collapse
Instance Attribute Details
#trailing_metadata ⇒ Object (readonly)
Returns the value of attribute trailing_metadata.
105 106 107 |
# File 'lib/httpx/plugins/grpc.rb', line 105 def end |
Instance Method Details
#encoders ⇒ Object
112 113 114 |
# File 'lib/httpx/plugins/grpc.rb', line 112 def encoders .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 |