module Asperalm

ref: api.ibm.com/explorer/catalog/aspera/product/ibm-aspera/api/http-gateway-api/doc/guides-toc

TODO: option : do not match extensions TODO: option : do not match mime type

class Net::HTTP::Delete < Net::HTTPRequest

METHOD = 'DELETE'
REQUEST_HAS_BODY  = false
RESPONSE_HAS_BODY = false

end