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