lib/httpx/plugins/digest_auth.rb in httpx-1.1.5 vs lib/httpx/plugins/digest_auth.rb in httpx-1.2.0

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true module HTTPX module Plugins # - # This plugin adds helper methods to implement HTTP Digest Auth (https://tools.ietf.org/html/rfc7616) + # This plugin adds helper methods to implement HTTP Digest Auth (https://datatracker.ietf.org/doc/html/rfc7616) # # https://gitlab.com/os85/httpx/wikis/Auth#digest-auth # module DigestAuth DigestError = Class.new(Error)