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