POST (HTTP)

HTTP協定支援的請求方法

POST是一種HTTP請求方法。根據設計,POST請求方法要求Web服務器接收請求消息體(request body)中包含的數據並存儲該數據。[1]POST通常在上傳文件或提交完整的網頁表單時使用。

作為POST請求的一部分,可在請求消息體中將任意數量的任何類型的數據發送給Web服務器。POST請求中的標頭字段通常指示消息體中的正文的Internet媒體類型

參考文獻

  1. ^ 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.