sig/plugins/proxy/socks5.rbs in httpx-1.2.4 vs sig/plugins/proxy/socks5.rbs in httpx-1.2.6
- old
+ new
@@ -13,19 +13,22 @@
def __socks5_check_version: (int) -> void
def __on_socks5_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?.negotiate: (Parameters) -> String
def self?.authenticate: (Parameters) -> String