您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. koa-prevent-caching:设置适当的响应头以防止缓存-源码

  2. 防止Koa中间件 koa的中间件,用于设置适当的响应头,以防止客户端缓存响应。 用法 const Koa = require ( 'koa' ) ; const preventCaching = require ( 'koa-prevent-caching' ) ; var app = new Koa ( ) ; app . use ( preventCaching ) ;
  3. 所属分类:其它