class Aws::Plugins::JsonRpcHeaders::Handler
def call(context)
def call(context) context.http_request.headers['X-Amz-Target'] = target(context) context.http_request.headers['Content-Type'] = content_type(context) @handler.call(context) end
def call(context) context.http_request.headers['X-Amz-Target'] = target(context) context.http_request.headers['Content-Type'] = content_type(context) @handler.call(context) end