class Aws::Plugins::APIGatewayHeader::Handler
def call(context)
def call(context) context.http_request.headers['Accept'] = 'application/json' @handler.call(context) end
def call(context) context.http_request.headers['Accept'] = 'application/json' @handler.call(context) end