node static:兼容rfc 2616的HTTP静态文件服务器模块具有内置缓存 源码
节点静态 一个简单的,符合RFC 2616的文件流模块,适用于 静态节点理解并支持条件GET和HEAD请求。 node-static的灵感来自其他一些静态文件服务模块,例如node-paperboy和antinode。 概要 var static = require ( 'node-static' ) ; // // Create a node-static server instance to serve the './public' folder // var file = new static . Server ( './public' ) ; require ( 'http' ) .
文件列表
node-static-master.zip
(预估有个14文件)
node-static-master
.gitignore
28B
README.md
6KB
bin
cli.js
4KB
test
integration
node-static-test.js
12KB
fixtures
empty.css
0B
暂无评论