sig/response.rbs in httpx-0.13.2 vs sig/response.rbs in httpx-0.14.0
- old
+ new
@@ -45,9 +45,10 @@
def bytesize: () -> Numeric
def empty?: () -> bool
def copy_to: (_ToPath | _Writer destination) -> void
def close: () -> void
+ def closed?: () -> bool
private
def initialize: (Response, options) -> untyped
def rewind: () -> void
\ No newline at end of file