lib/httpx/plugins/ntlm_auth.rb in httpx-1.1.3 vs lib/httpx/plugins/ntlm_auth.rb in httpx-1.1.4
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
module HTTPX
module Plugins
#
- # https://gitlab.com/os85/httpx/wikis/Authorization#ntlm-auth
+ # https://gitlab.com/os85/httpx/wikis/Auth#ntlm-auth
#
module NTLMAuth
class << self
def load_dependencies(_klass)
require_relative "auth/ntlm"