# File lib/httpclient.rb, line 657 def delete(uri, *args, &block) request(:delete, uri, argument_to_hash(args, :header), &block) end