You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Route middleware for Koa and Express that adds `req[startAt]`high-resolution timer (via `process.hrtime()`) and `req[startTime]`Date (via `new Date()`) using `Symbol.for`to the request object. Made for Cabin.
11
+
> Route middleware for Koa and Express that adds a request received high-resolution timer and Date to the request object using easily accessible Symbols to prevent request object pollution. Made for [Cabin][].
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "request-received",
3
-
"description": "Route middleware for Koa and Express that adds `req[startAt]` high-resolution timer (via `process.hrtime()`) and `req[startTime]` Date (via `new Date()`) using `Symbol.for` to the request object. Made for Cabin.",
3
+
"description": "Route middleware for Koa and Express that adds a request received high-resolution timer and Date to the request object using easily accessible Symbols to prevent request object pollution. Made for Cabin.",
0 commit comments