isUploadAllowed

abstract val isUploadAllowed: Boolean?

Indicates whether the server has specified that uploading 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.