[ 源代码: node-vary ]
软件包:node-vary(1.1.2+~1.1.0-1)
node-vary 的相关链接
Debian 的资源:
下载源码包 node-vary:
- [node-vary_1.1.2+~1.1.0-1.dsc]
- [node-vary_1.1.2+~1.1.0.orig-types-vary.tar.gz]
- [node-vary_1.1.2+~1.1.0.orig.tar.gz]
- [node-vary_1.1.2+~1.1.0-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
manage the Vary header of a HTTP response - Node.js module
This package provides a simple module to manage the fields of the Vary header in a HTTP response.
The Vary HTTP response header determines how to match future request headers to decide whether a cached response can be used rather than requesting a fresh one from the origin server. It is used by the server to indicate which headers it used when selecting a representation of a resource in a content negotiation algorithm.
Node.js is an event-based server-side JavaScript engine.