isDownloadAllowed

abstract val isDownloadAllowed: Boolean?

Indicates whether the server has specified that downloading is currently allowed.

Uses cached data from the last response.

Return

true if the method is allowed, false if the method is not allowed, null if no request has been sent yet or the server did not specify allowed methods.