sig/plugins/basic_authentication.rbs in httpx-0.13.2 vs sig/plugins/basic_authentication.rbs in httpx-0.14.0

- old
+ new

@@ -1,9 +1,11 @@ module HTTPX module Plugins module BasicAuthentication def self.load_dependencies: (singleton(Session)) -> void + def self.configure: (singleton(Session)) -> void + module InstanceMethods def basic_authentication: (string user, string password) -> instance end end