aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/http/status/201/index.html
blob: 0f5ba13be8ec7fd47007f2840438a80fd8e56941 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
title: 201 Created
slug: Web/HTTP/Status/201
tags:
  - HTTP
  - Reference
  - ステータスコード
  - 成功
translation_of: Web/HTTP/Status/201
---
<div>{{HTTPSidebar}}</div>

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

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

<h2 id="Status" name="Status">状態</h2>

<pre class="syntaxbox">201 Created</pre>

<h2 id="Specifications" name="Specifications">仕様書</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">仕様書</th>
   <th scope="col">題名</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{RFC("7231", "201 Created" , "6.3.2")}}</td>
   <td>Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content</td>
  </tr>
 </tbody>
</table>

<h2 id="Browser_compatibility" name="Browser_compatibility">ブラウザーの互換性</h2>

<p>{{Compat("http.status.201")}}</p>

<h2 id="See_also" name="See_also">関連情報</h2>

<ul>
 <li><a href="/ja/docs/Web/HTTP/Methods">HTTP リクエストメソッド</a></li>
</ul>