HTTPステータスコードを返す

HTTPステータスコードを返してあげます。自鯖で使えるやつだけしか書いてないです
他のやつも見たければWikipediaへ。

HTTPステータスコード
ステータスコード意味詳細
100Continue継続
101Switching Protocolsプロトコル切替え
102Processing処理中
200OKOK
201Created作成
202Accepted受理
203Non-Authoritative Information信頼できない情報
204No Content内容なし
205Reset Content内容のリセット
206Partial Content部分的内容
207Multi-Status複数のステータス
208Already Reported既に報告
226IM UsedIM使用
300Multiple Choices複数の選択
301Moved Permanently恒久的に移動した
302Found発見した
303See Other他を参照せよ
304Not Modified未更新
305Use Proxyプロキシを使用せよ
307Temporary Redirect一時的リダイレクト
308Permanent Redirect恒久的リダイレクト
400Bad Requestリクエストが不正である
401Unauthorized認証が必要である
402Payment Required支払いが必要である
403Forbidden禁止されている
404Not Found未検出
405Method Not Allowed許可されていないメソッド
406Not Acceptable受理できない
407Proxy Authentication Requiredプロキシ認証が必要である
408Request Timeoutリクエストタイムアウト
409Conflict競合
410Gone消滅した
411Length Required長さが必要
412Precondition Failed前提条件で失敗した
413Payload Too Largeペイロードが大きすぎる
414URI Too LongURIが大きすぎる
415Unsupported Media Typeサポートしていないメディアタイプ
416Range Not Satisfiableレンジは範囲外にある
417Expectation FailedExpectヘッダによる拡張が失敗
451Unavailable For Legal Reasons法的理由により利用不可
500Internal Server Errorサーバ内部エラー
501Not Implemented実装されていない
502Bad Gateway不正なゲートウェイ
503Service Unavailableサービス利用不可
504Gateway Timeoutゲートウェイタイムアウト
505HTTP Version Not SupportedサポートしていないHTTPバージョン
506Variant Also NegotiatesTransparent Content Negotiation in HTTPで定義されている拡張ステータスコード
507Insufficient Storage容量不足
508Loop Detectedループを検出
510Not Extended拡張できない
511Network Authentication Requiredネットワークに対する認証が必要



トップページへ戻る