eTag和多个API端点

时间:2019-02-11 21:19:28

标签: node.js caching etag

当我的API上有多个端点时,eTag如何工作?

/post/:id
/user/:id

对API的每个请求是否都有与端点URL相关联的自己的eTag?

1 个答案:

答案 0 :(得分:1)

https://gist.github.com/6a68/4971859

这回答了。

ETag或实体标签是不透明的令牌,用于标识特定URL所服务的组件的版本。