100’s = the request has been recieved from the client and waiting the server to comply .
200’s = success request , tells the client that the request has been accepted.
300’s = redirection , which means that the request that have been srnt to the server is invalid.
400’s = client error , invalid request.
500’s = server errors
204 No Content
what code would you use if a resource used to exist but no longer does?
410