HTTP/FTP delete content.
resource to delete
connection to use e.g. FTP or HTTP. The default AutoProtocol will guess connection type and create a new instance for this call only.
import std.net.curl; del("https://httpbin.org/delete");
HTTP.Method
See Implementation
HTTP/FTP delete content.