CachedCurlNetwork.Response

Undocumented in source.

Members

Functions

checkOK
Response checkOK()

Check if the response succeeded, and throws an error if not.

Properties

metadata
Metadata metadata [@property getter]

Returns the response metadata.

ok
bool ok [@property getter]

Check if the response succeeded.

responseData
ubyte[] responseData [@property getter]

Returns the response data, if it was successful.

Variables

metadataPath
string metadataPath;

Path to response metadata.

responsePath
string responsePath;

Path to response data.

Meta