We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What would you like to be added:
支持配置NPM服务Cache-Control响应头内容
Why is this needed:
目前packageInfo接口未返回Cache-Control响应头,会导致npm install时不缓存相关制品
packageInfo
Cache-Control
npm install
npm install --loglevel verbose // 永远是cache updated npm http fetch GET 200 http://bkrepo.example.com/npm/blueking/npm-local/@xxxx/xxxx xxms (cache updated)
The text was updated successfully, but these errors were encountered:
cnlkl
No branches or pull requests
What would you like to be added:
支持配置NPM服务Cache-Control响应头内容
Why is this needed:
目前
packageInfo
接口未返回Cache-Control
响应头,会导致npm install
时不缓存相关制品The text was updated successfully, but these errors were encountered: