my_blog icon indicating copy to clipboard operation
my_blog copied to clipboard

HTTP 协议 002. 如何理解 HTTP 的请求方法?幂等的描述不严谨

Open yyj08070631 opened this issue 5 years ago • 1 comments
trafficstars

根据 RFC 7231,幂等应该被描述为多次与单次相同请求在服务器上的预期效果相同

原文中为:从幂等性的角度,GET是幂等的,而POST不是。(幂等表示执行相同的操作,结果也是相同的)

yyj08070631 avatar Apr 11 '20 14:04 yyj08070631

OK 我改下

---原始邮件--- 发件人: "yyj08070631"<[email protected]> 发送时间: 2020年4月11日(周六) 晚上10:30 收件人: "sanyuan0704/my_blog"<[email protected]>; 抄送: "Subscribed"<[email protected]>; 主题: [sanyuan0704/my_blog] HTTP 协议 002. 如何理解 HTTP 的请求方法?幂等的描述不严谨 (#11)

根据 RFC 7231,幂等应该被描述为多次与单次相同请求在服务器上的预期效果相同

原文中为:从幂等性的角度,GET是幂等的,而POST不是。(幂等表示执行相同的操作,结果也是相同的)

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

sanyuan0704 avatar Apr 12 '20 01:04 sanyuan0704