class Aws::Json::RpcHeadersHandler
def call(context)
-
(Seahorse::Client::Response)-
Parameters:
-
context(Seahorse::Client::RequestContext) --
def call(context) @handler.call(add_headers(context)).on(200..599) do |resp| context[:request_id] = context.http_response.headers['x-amzn-requestid'] end end