module Seahorse::Client::NetHttp::Patches

def self.apply!

def self.apply!
  Net::HTTPGenericRequest.prepend(PatchDefaultContentType)
end