# File lib/ethon/easy/http/patch.rb, line 16
        def setup(easy)
          super
          easy.customrequest = "PATCH"
        end