| コード | 説明 | 説明 |
| 1xx | Informational | 処理中 |
| 2xx | Success | 成功 |
| 3xx | Redirection | リダイレクト |
| 4xx | Client Error | クライアントエラー |
| 5xx | Server Error | サーバエラー |
| コード | 説明 | 説明 |
| 100 | Continue | 後続データを要求 |
| 101 | Switching Protocols | プロトコルの変更を要求 |
| 200 | OK | リクエストの処理が正常終了 |
| 201 | Created | ファイルの作成が正常終了 |
| 301 | Moved Permanently | ページが移動(恒久的) |
| 302 | Found (Moved Temporarily) | ページが移動(一時的) |
| 307 | Temporary Redirect | リダイレクト(一時的) |
| 401 | Unauthorized | 認証が必要 |
| 403 | Forbidden | アクセスを禁止、リクエストを拒否 |
| 404 | Not Found | ページが存在しない |
| 451 | Unavailable For Legal Reasons | 法的理由で利用できない |
| 500 | Internal Server Error | サーバ内部でエラー発生 |
| 503 | Service Unavailable | サービスが利用できない(一時的) |