Seahorse::Client::Handler
# File lib/aws-sdk-core/plugins/api_gateway_header.rb, line 8 def call(context) context.http_request.headers['Accept'] = 'application/json' @handler.call(context) end