Sha256: 050722040a7506cfeea5cf7a1f88f646063ede1d565975780265aadcdd675955
Contents?: true
Size: 346 Bytes
Versions: 966
Compression:
Stored size: 346 Bytes
Contents
module Aws module Plugins # @api private class APIGatewayHeader < Seahorse::Client::Plugin class Handler < Seahorse::Client::Handler def call(context) context.http_request.headers['Accept'] = 'application/json' @handler.call(context) end end handler(Handler) end end end
Version data entries
966 entries across 966 versions & 2 rubygems