class Aws::Plugins::APIGatewayHeader::Handler

Public Instance Methods

call(context) click to toggle source
# 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