sig/plugins/digest_authentication.rbs in httpx-0.24.3 vs sig/plugins/digest_authentication.rbs in httpx-0.24.4

- old
+ new

@@ -10,10 +10,10 @@ def self.extra_options: (Options) -> (Options & _DigestOptions) def self.load_dependencies: (*untyped) -> void module InstanceMethods - def digest_authentication: (string user, string password) -> instance + def digest_authentication: (string user, string password, ?hashed: bool) -> instance end end type sessionDigestAuth = sessionAuthentication & DigestAuth::InstanceMethods end