- 快速入门
- 指南
- 参考手册
- 高级主题
- 资源
- Express 词汇表
- Express 社区
- 模板引擎
- Express 中间件
- Express body-parser middleware
- Express compression middleware
- Express connect-rid middleware
- Express cookie-parser middleware
- Express cookie-session middleware
- Express cors middleware
- Express csurf middleware
- Express errorhandler middleware
- Express method-override middleware
- Express morgan middleware
- Express multer middleware
- Express response-time middleware
- Express serve-favicon middleware
- Express serve-index middleware
- Express serve-static middleware
- Express session middleware
- Express timeout middleware
- Express vhost middleware
- Express 实用模板
- 推荐框架
- 推荐书籍和博客
文章来源于网络收集而来,版权归原创者所有,如有侵权请及时联系!
Express 实用模板
Express utility functions
The pillarjs GitHub organization contains a number of modules for utility functions that may be generally useful.
Utility modules | Description |
---|---|
cookies | Get and set HTTP(S) cookies that can be signed to prevent tampering, using Keygrip. Can be used with the Node.js HTTP library or as Express middleware. |
csrf | Contains the logic behind CSRF token creation and verification. Use this module to create custom CSRF middleware. |
finalhandler | Function to invoke as the final step to respond to HTTP request. |
parseurl | Parse a URL with caching. |
path-match | Thin wrapper around path-to-regexp to make extracting parameter names easier. |
path-to-regexp | Turn an Express-style path string such as ``/user/:name` into a regular expression. |
resolve-path | Resolves a relative path against a root path with validation. |
router | Simple middleware-style router. |
routington | Trie-based URL router for defining and matching URLs. |
send | Library for streaming files as a HTTP response, with support for partial responses (ranges), conditional-GET negotiation, and granular events. |
templation | View system similar to res.render() inspired by co-views and consolidate.js. |
For additional low-level HTTP-related modules, see jshttp .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论