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.
Classes and Modules
Public Class methods
subplugins()
[show source]
# File lib/httpx/plugins/auth.rb 13 def self.subplugins 14 { 15 retries: AuthRetries, 16 } 17 end