class ReeHttp::HttpDelete

def call(url, **opts, &block)

def call(url, **opts, &block)
  http_exec(:delete, url, **opts, &block)
end