Module: HTTPX::Plugins::NTLMAuth
- Defined in:
- lib/httpx/plugins/ntlm_auth.rb,
sig/plugins/ntlm_auth.rbs
Overview
Defined Under Namespace
Modules: InstanceMethods, OptionsMethods, _NTLMOptions
Class Method Summary collapse
Class Method Details
.extra_options(options) ⇒ Options & _NTLMOptions
15 16 17 |
# File 'lib/httpx/plugins/ntlm_auth.rb', line 15 def () .merge(max_concurrent_requests: 1) end |
.load_dependencies(klass) ⇒ void
This method returns an undefined value.
10 11 12 13 |
# File 'lib/httpx/plugins/ntlm_auth.rb', line 10 def load_dependencies(klass) require_relative "auth/ntlm" klass.plugin(:auth) end |