Which property of the Response object represents the status text of the response?

  • statusText
  • statusCode
  • status
  • statusDescription
The statusText property of the Response object represents the status text of the HTTP response. It provides a textual description of the HTTP status code, such as "OK" for status code 200 or "Not Found" for status code 404. This property is useful for understanding the meaning of the response status code in a more human-readable form.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *