Module: HTTPX::Plugins::Auth
- Defined in:
- lib/httpx/plugins/auth.rb
Overview
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.
Defined Under Namespace
Modules: InstanceMethods