From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/http/status/201/index.html | 48 +++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 files/ja/web/http/status/201/index.html (limited to 'files/ja/web/http/status/201/index.html') diff --git a/files/ja/web/http/status/201/index.html b/files/ja/web/http/status/201/index.html new file mode 100644 index 0000000000..5b8a005712 --- /dev/null +++ b/files/ja/web/http/status/201/index.html @@ -0,0 +1,48 @@ +--- +title: 201 Created +slug: Web/HTTP/Status/201 +tags: + - HTTP + - Reference + - ステータスコード + - 成功 +translation_of: Web/HTTP/Status/201 +--- +
{{HTTPSidebar}}
+ +

HTTP の 201 Created 成功ステータスレスポンスコードは、リクエストが成功してリソースの作成が完了したことを表します。レスポンスが返される前に、新たなリソースが作成され、レスポンスメッセージの本文にて新しいリソースが返されます。その位置はリクエスト URL、または {{HTTPHeader("Location")}} ヘッダーの内容となります。

+ +

このステータスコードの一般的な使用例は、 {{HTTPMethod("PUT")}} リクエストの結果です。

+ +

状態

+ +
201 Created
+ +

仕様書

+ + + + + + + + + + + + + + +
仕様書題名
{{RFC("7231", "201 Created" , "6.3.2")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

ブラウザーの互換性

+ + + +

{{Compat("http.status.201")}}

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf