The OpenD Programming Language

FTP.requestAbort

Value to return from onSend delegate in order to abort a request

import std.net.curl;
struct FTP
version(StdDdoc)
alias requestAbort = CurlReadFunc.abort

Meta