UNPKG

@heycharles/server-timing

Version:

This module can add `ServerTiming` Header to http response, and be able to use express middleware

18 lines (17 loc) 344 B
{ "name": "example", "version": "1.0.0", "description": "", "main": "express_app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node express_app.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "express": "^4.14.1", "server-timing": "^3.0.0" } }