Method: Azure::Core::Http::SignerFilter#call
- Defined in:
- lib/azure/core/http/signer_filter.rb
#call(req, _next) ⇒ Object
26 27 28 29 |
# File 'lib/azure/core/http/signer_filter.rb', line 26 def call(req, _next) @signer.sign_request(req) _next.call end |