sig/plugins/proxy.rbs in httpx-0.20.5 vs sig/plugins/proxy.rbs in httpx-0.21.0
- old
+ new
@@ -19,10 +19,10 @@
def ==: (untyped) -> bool
private
- def initialize: (uri: generic_uri, ?scheme: String, ?username: String, ?password: String, **extra) -> untyped
+ def initialize: (uri: generic_uri, ?scheme: String, ?username: String, ?password: String, **untyped) -> untyped
end
def self.configure: (singleton(Session)) -> void
type proxyParam = Parameters | Hash[Symbol, untyped]