sig/plugins/compression/gzip.rbs in httpx-0.12.0 vs sig/plugins/compression/gzip.rbs in httpx-0.13.0

- old
+ new

@@ -1,10 +1,10 @@ module HTTPX module Plugins module Compression module GZIP def self.load_dependencies: (singleton(Session)) -> void - def self.configure: (*untyped) -> void + def self.configure: (singleton(Session)) -> void def self?.deflater: () -> _Deflater def self?.inflater: (Numeric bytesize) -> Inflater class Deflater