lib/httpx/plugins/digest_authentication.rb in httpx-0.4.0 vs lib/httpx/plugins/digest_authentication.rb in httpx-0.4.1
- old
+ new
@@ -1,11 +1,12 @@
# 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://tools.ietf.org/html/rfc7616)
+ #
+ # https://gitlab.com/honeyryderchuck/httpx/wikis/Authentication#authentication
#
module DigestAuthentication
DigestError = Class.new(Error)
def self.extra_options(options)