POST (HTTP)
外觀
此條目可參照英語維基百科相應條目來擴充。 (2023年10月23日) |
HTTP/HTTPS |
---|
版本 |
請求方法 |
報文主體 |
頭欄位 |
狀態碼 |
相關主題 |
POST是一種HTTP請求方法。根據設計,POST請求方法要求Web伺服器接收請求訊息體(request body)中包含的數據並儲存該數據。[1]POST通常在上載檔案或提交完整的網頁表單時使用。
作為POST請求的一部分,可在請求訊息體中將任意數量的任何類型的數據傳送給Web伺服器。POST請求中的檔頭欄位通常指示訊息體中的正文的Internet媒體類型。
參考文獻
[編輯]- ^ Fielding, R.; Reschke, J. Fielding, R.; Reschke, J. , 編. Hypertext Transfer Protocol (HTTP/1.1): Semantics and Content - 4.3.3 POST. 2014 [2014-07-24]. S2CID 14399078. doi:10.17487/RFC7231. (原始內容存檔於2017-05-25).
The POST method requests that the target resource process the representation enclosed in the request according to the resource's own specific semantics.