FTPResponse

Undocumented in source.
class FTPResponse : Response

Inherited Members

From Response

_code
ushort _code;
Undocumented in source.
_responseBody
Buffer!ubyte _responseBody;
Undocumented in source.
_responseHeaders
string[string] _responseHeaders;
Undocumented in source.
_uri
URI _uri;

Initial URI

_finalURI
URI _finalURI;

Final URI. Can differ from __URI if request go through redirections.

_receiveAsRange
ReceiveAsRange _receiveAsRange;
Undocumented in source.
responseBody
auto responseBody [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
responseHeaders
auto responseHeaders [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
receiveAsRange
auto ref receiveAsRange [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta