enum class VersionCheckResult
Represent result of the version comparison between content being sent and HTTP request.
statusCode
- represents HttpStatusCode associated with the result.
Indicates that content needs to be sent to recipient. |
|
Indicates that content has not modified according to headers sent by client. |
|
One or more conditions given in the request header fields evaluated to false. |
val statusCode: HttpStatusCode
represents HttpStatusCode associated with the result. |