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