Currently, return type of del is void.
void del(Conn = AutoProtocol)(const(char)[] url, Conn conn = Conn())
if (isCurlConn!Conn)
But HTTP's DELETE sometimes returns response body(Sorry, I don't know FTP).
In such cases, current del is not usable.
Return type of del should be T[] same as other functions, e.g. get, put and etc...
Comment #1 by robert.schadek — 2024-12-01T16:15:07Z