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