lib/httpx/plugins/basic_auth.rb in httpx-1.1.5 vs lib/httpx/plugins/basic_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 Basic Auth (https://tools.ietf.org/html/rfc7617)
+ # This plugin adds helper methods to implement HTTP Basic Auth (https://datatracker.ietf.org/doc/html/rfc7617)
#
# https://gitlab.com/os85/httpx/wikis/Auth#basic-auth
#
module BasicAuth
class << self