sig/connection.rbs in httpx-0.24.3 vs sig/connection.rbs in httpx-0.24.4
- old
+ new
@@ -46,10 +46,12 @@
def addresses=: (Array[ipaddr]) -> void
def match?: (URI::Generic uri, Options options) -> bool
+ def expired?: () -> boolish
+
def mergeable?: (Connection) -> bool
def coalescable?: (Connection) -> bool
def create_idle: (?Hash[Symbol, untyped] options) -> Connection
@@ -71,14 +73,19 @@
def to_io: () -> ::IO
def call: () -> void
def close: () -> void
+
def reset: () -> void
def send: (Request) -> void
def timeout: () -> Numeric?
+
+ def idling: () -> void
+
+ def used?: () -> boolish
def deactivate: () -> void
def open?: () -> bool
\ No newline at end of file