使 http 无状态的原因
Reason behind making http stateless
我想知道使 http 无状态的原因。
使 http 无状态应该有一些原因。
我搜索了整个互联网,一无所获。
您可能会从 Roy Thomas Fielding 的建筑风格和
基于网络的软件架构设计 很有帮助。这是关于 REST 的,它是使用 HTTP 的特殊方式:
We next add a constraint to the client-server interaction: communication must be stateless in nature [...] This constraint induces the properties of visibility, reliability, and scalability.
我想知道使 http 无状态的原因。 使 http 无状态应该有一些原因。 我搜索了整个互联网,一无所获。
您可能会从 Roy Thomas Fielding 的建筑风格和 基于网络的软件架构设计 很有帮助。这是关于 REST 的,它是使用 HTTP 的特殊方式:
We next add a constraint to the client-server interaction: communication must be stateless in nature [...] This constraint induces the properties of visibility, reliability, and scalability.