module Seahorse::Client::NetHttp::Patches
@api private
Public Class Methods
apply!()
click to toggle source
# File lib/seahorse/client/net_http/patches.rb, line 13 def self.apply! Net::HTTPGenericRequest.prepend(PatchDefaultContentType) end