sig/plugins/grpc/grpc_encoding.rbs in httpx-1.1.3 vs sig/plugins/grpc/grpc_encoding.rbs in httpx-1.1.4

- old
+ new

@@ -19,14 +19,18 @@ def read: (?int? length, ?string outbuf) -> String? end class Inflater @response: Response - @encodings: Array[String] + @grpc_encodings: Array[String] def initialize: (Response | StreamResponse response) -> void def call: (String message) ?{ (String) -> void } -> String + + private + + def grpc_encodings: () -> Array[String] end end end end \ No newline at end of file