[ 原始碼: 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.