Module: HTTPX::Plugins::Authentication::InstanceMethods
- Defined in:
- lib/httpx/plugins/authentication.rb
Instance Method Summary collapse
Instance Method Details
#authentication(token) ⇒ Object
7 8 9 |
# File 'lib/httpx/plugins/authentication.rb', line 7 def authentication(token) headers("authorization" => token) end |