What is the difference between response.status and response.statusCode ?
When using the API Plugin of Sapphire.
Solution:Jump to solution
Hey,
StatusCode is a value, status is a function that assigns the desired status to the StatusCode value...
3 Replies
Solution
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