You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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...
The text was updated successfully, but these errors were encountered:
repeatedly (@repeatedly) reported this on 2012-05-03T12:07:29Z
Transfered from https://issues.dlang.org/show_bug.cgi?id=8025
CC List
Description
The text was updated successfully, but these errors were encountered: