sig/connection.rbs in httpx-0.21.1 vs sig/connection.rbs in httpx-0.22.0
- old
+ new
@@ -34,9 +34,11 @@
@write_buffer: Buffer
@inflight: Integer
@keep_alive_timeout: Numeric?
@total_timeout: Numeric?
+ def clone_new_connection: () -> instance
+
def addresses: () -> Array[ipaddr]?
def addresses=: (Array[ipaddr]) -> void
def match?: (URI::Generic uri, Options options) -> bool
\ No newline at end of file