class Async::Aws::HttpPlugin
Public Instance Methods
add_handlers(handlers, config)
click to toggle source
# File lib/async/aws/http_plugin.rb, line 4 def add_handlers(handlers, config) handlers.add(::Async::Aws::HttpHandler, step: :send) end