lib/httpx/plugins/digest_authentication.rb in httpx-0.21.1 vs lib/httpx/plugins/digest_authentication.rb in httpx-0.22.0
- old
+ new
@@ -3,10 +3,10 @@
module HTTPX
module Plugins
#
# This plugin adds helper methods to implement HTTP Digest Auth (https://tools.ietf.org/html/rfc7616)
#
- # https://gitlab.com/honeyryderchuck/httpx/wikis/Authentication#authentication
+ # https://gitlab.com/os85/httpx/wikis/Authentication#authentication
#
module DigestAuth
DigestError = Class.new(Error)
class << self