sig/plugins/proxy.rbs in httpx-0.10.0 vs sig/plugins/proxy.rbs in httpx-0.10.1
- old
+ new
@@ -16,13 +16,13 @@
def ==: (untyped) -> bool
private
- def initialize: (uri: uri, ?username: string, ?password: string) -> untyped
+ def initialize: (uri: generic_uri, ?username: string, ?password: string) -> untyped
end
- # def self.configure: (singleton(Session)) -> void
+ def self.configure: (singleton(Session)) -> void
type proxyParam = Parameters | Hash
interface _ProxyOptions
def proxy: () -> proxyParam?