- What are the HTTP Methods in RESTful API and when would you use each of these?
- What does this HTTP Status codes represent?
- 1xx
- 2xx
- 3xx
- 4xx
- 5xx
- What is the difference between the following response functions?
- res.send()
- res.json()
- res.render()
- What are the appropriate status code for the following:
- Status Code OK
- Status Code Bad Request
- Status Code Unauthorized
- Status Code Forbidden
- Status Code Not Found
- Status Code Internal Server Error
Created
December 13, 2023 12:12
-
-
Save halitbatur/d50bd5c96d8d5b84fa3b179f71194131 to your computer and use it in GitHub Desktop.
Rest discussion questions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Room 6: Belal, Mahmoud, Hammam, Baraa.
What are the HTTP Methods in RESTful API and when would you use each of these?
What does this HTTP Status codes represent?
What is the difference between the following response functions?
What are the appropriate status code for the following: