sig/plugins/proxy/socks4.rbs in httpx-1.2.4 vs sig/plugins/proxy/socks4.rbs in httpx-1.2.6

- old
+ new

@@ -11,19 +11,22 @@ def __socks4_on_packet: (String packet) -> void def on_socks4_error: (string) -> void end class SocksParser - include Callbacks + include HTTPX::Callbacks + @buffer: Buffer + @options: Options + def close: () -> void def consume: (*untyped) -> void def empty: () -> bool def <<: (string) -> void private - def initialize: (Buffer buffer, Options) -> untyped + def initialize: (Buffer buffer, Options options) -> untyped end module Packet def self?.connect: (Parameters, uri) -> String end