Module: HTTPX::Plugins::Authentication

Defined in:
lib/httpx/plugins/authentication.rb,
lib/httpx/plugins/authentication/ntlm.rb,
lib/httpx/plugins/authentication/basic.rb,
lib/httpx/plugins/authentication/digest.rb,
lib/httpx/plugins/authentication/socks5.rb

Overview

This plugin adds a shim authentication method to the session, which will fill the HTTP Authorization header.

gitlab.com/os85/httpx/wikis/Authentication#authentication

Defined Under Namespace

Modules: InstanceMethods Classes: Basic, Digest, Ntlm, Socks5