sig/io/unix.rbs in httpx-1.2.4 vs sig/io/unix.rbs in httpx-1.2.6

- old
+ new

@@ -3,8 +3,25 @@ attr_reader path: String alias host path - def initialize: (http_uri origin, Array[String]? addresses, options options) -> void + @hostname: String + + @options: Options + + @fallback_protocol: String + + @keep_open: bool + + @io: Socket + + def initialize: (http_uri origin, String? path, options options) -> void + + def connect: () -> void + + def expired?: () -> bool + private + + def build_socket: () -> Socket end end