首页  

HTTP协议中PUT和POST的区别     所属分类 http 浏览量 1154
HTTP协议中 
PUT被定义为idempotent的方法,POST则不是
idempotent 幂等


Methods can also have the property of "idempotence" in that (aside from error or expiration issues) 
the side-effects of N > 0 identical requests is the same as for a single request.

幂等性  (除了错误或过期问题) 多次相同请求的副作用与单个请求相同。

如果一个方法重复执行多次,产生的效果是一样的 , 那就是 幂等 的

上一篇     下一篇
vi使用技巧

elasticsearch7安装配置使用

银行理财风险等级

elasticsearch索引_source index store doc_values 参数实例

elasticsearch term match match_phrase 区别

postman中form-data x-www-form-urlencoded raw binary的区别