Class: Async::Aws::HttpPlugin
- Inherits:
-
Seahorse::Client::Plugin
- Object
- Seahorse::Client::Plugin
- Async::Aws::HttpPlugin
- Defined in:
- lib/async/aws/http_plugin.rb
Instance Method Summary collapse
Instance Method Details
#add_handlers(handlers, config) ⇒ Object
4 5 6 |
# File 'lib/async/aws/http_plugin.rb', line 4 def add_handlers(handlers, config) handlers.add(::Async::Aws::HttpHandler, step: :send) end |