module HTTPX::Plugins::Auth

  1. lib/httpx/plugins/auth.rb

This plugin adds a shim authorization method to the session, which will fill the HTTP Authorization header, and another, bearer_auth, which fill the “Bearer ” prefix in its value.

gitlab.com/os85/httpx/wikis/Auth#auth