# File lib/http-access2.rb, line 272 def delete(uri, extheader = {}, &block) request('DELETE', uri, nil, nil, extheader, &block) end