From 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:43:23 -0500 Subject: initial commit --- files/zh-tw/web/http/status/100/index.html | 42 ++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 files/zh-tw/web/http/status/100/index.html (limited to 'files/zh-tw/web/http/status/100') diff --git a/files/zh-tw/web/http/status/100/index.html b/files/zh-tw/web/http/status/100/index.html new file mode 100644 index 0000000000..79fb0c9bfd --- /dev/null +++ b/files/zh-tw/web/http/status/100/index.html @@ -0,0 +1,42 @@ +--- +title: 100 Continue +slug: Web/HTTP/Status/100 +translation_of: Web/HTTP/Status/100 +--- +
{{HTTPSidebar}}
+ +

HTTP 100 Continue 訊息狀態回應碼表示,目前為止的一切完好,用戶端應該繼續完成請求,或當請求已經完成的狀態下應忽略此訊息。

+ +

若要使伺服器確認請求標頭,用戶端必須在最初請求的標頭中,傳送{{HTTPHeader("Expect")}}: 100-continue ,並且在傳送主體前,接收 100 Continue 狀態碼。

+ +

狀態

+ +
100 Continue
+ +

規範

+ + + + + + + + + + + + +
SpecificationTitle
{{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