#What is the difference between response.status and response.statusCode ?
1 messages · Page 1 of 1 (latest)
What is the difference between response.status and response.statusCode ?
Hey,
StatusCode is a value, status is a function that assigns the desired status to the StatusCode value
so I can chain status but not statusCode?
Yes