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/100/index.html | 46 +++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 files/ja/web/http/status/100/index.html (limited to 'files/ja/web/http/status/100') diff --git a/files/ja/web/http/status/100/index.html b/files/ja/web/http/status/100/index.html new file mode 100644 index 0000000000..b4c3fcf98c --- /dev/null +++ b/files/ja/web/http/status/100/index.html @@ -0,0 +1,46 @@ +--- +title: 100 Continue +slug: Web/HTTP/Status/100 +tags: + - HTTP + - Informational + - ステータスコード +translation_of: Web/HTTP/Status/100 +--- +

{{HTTPSidebar}}

+ +

HTTP 100 Continue 情報ステータスレスポンスコードは、これまでのすべてが OK であり、クライアントが要求を続行するか、または要求がすでに終了している場合は無視することを示します。
+
+ サーバーが要求のヘッダーをチェックするようにするには、クライアントは最初の要求でヘッダーとして{{HTTPHeader("Expect")}}: 100-continue を送信し、本文を送信する前にレスポンスとして 100 Continue ステータスコードを受け取ります。

+ +

ステータス

+ +
100 Continue
+ +

仕様

+ + + + + + + + + + + + +
仕様タイトル
{{RFC("7231", "100 Continue" , "6.2.1")}}Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content
+ +

ブラウザの実装状況

+ + + +

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

+ +

関連情報

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