Sha256: a653fb11d374ab55b634ea0f8e85e9519971b9422d8655be810db9dca65f18d1
Contents?: true
Size: 334 Bytes
Versions: 37
Compression:
Stored size: 334 Bytes
Contents
# frozen_string_literal: true module Aws module Plugins module Protocols class RestJson < Seahorse::Client::Plugin option(:protocol, 'rest-json') handler(Rest::Handler) handler(Rest::ContentTypeHandler, priority: 30) handler(Json::ErrorHandler, step: :sign) end end end end
Version data entries
37 entries across 37 versions & 1 rubygems