sig/plugins/proxy/http.rbs in httpx-1.2.6 vs sig/plugins/proxy/http.rbs in httpx-1.3.0

- old
+ new

@@ -14,9 +14,12 @@ module ConnectionMethods def __http_proxy_connect: (Connection::_Parser parser) -> void def __http_on_connect: (top, Response) -> void end + class ConnectRequest < Request + def initialize: (generic_uri uri, Options options) -> void + end end end type httpProxy = Session & Proxy::HTTP::InstanceMethods end