- 1xx : Infomrational
- 100 : Continue HTTP Early Hints
- 2xx : Success
- 200 : 요청이 성공적으로 수행됨
- 201 : put 메소드로 생성됨
- 202: Accepted
- 203 : 서버가 클라이언트 요구 중 일부만 전송
- 204 : no content (메소드 성공은 했지만 전송한 데이터가 없는 경우)
- 3xx : Redirection
- 301 - Moved Permanently
- 302 - Found (temporarily moved)
- 304 - Not Modified
- 4xx : Client Error
- 400 : bad request
- 401 : unauthorized
- 403 : forbidden
- 404 : not found
- 406 : Not Acceptable - Acceptable 요청을 수행할 수 없을 때 like Accept-Additions에 명시된 요구사항을 만족할 수 없는 경우
- 418 : I'm a teapot
- 5xx : Server Error
- 500 : internal server error
- 503 : service unavailable
- 504 : gateway timeout