sig/plugins/compression.rbs in httpx-0.10.0 vs sig/plugins/compression.rbs in httpx-0.10.1
- old
+ new
@@ -14,10 +14,10 @@
def inflate: (string) -> String
def initialize: (Numeric bytesize) -> untyped
end
- # def self.load_dependencies: (singleton(Session)) -> void
+ def self.load_dependencies: (singleton(Session)) -> void
interface _CompressionOptions
def compression_threshold_size: () -> _Integer?
def compression_threshold_size=: (int) -> int
def with_compression_threshold_size: (int) -> instance