Method: HTTPX::Transcoder::GRPCEncoding::Inflater#initialize

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

#initialize(response) ⇒ Inflater

Returns a new instance of Inflater.



40
41
42
43
# File 'lib/httpx/plugins/grpc/grpc_encoding.rb', line 40

def initialize(response)
  @response = response
  @grpc_encodings = nil
end