Class: Async::Aws::HttpPlugin

Inherits:
Seahorse::Client::Plugin
  • Object
show all
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