UNPKG

spur-common

Version:

A Node.JS library of common modules used as a base to most Node.JS applications.

10 lines (6 loc) 183 B
module.exports = (Timer, HTTPPlugin)-> class HTTPTiming extends HTTPPlugin start:()-> @timer = new Timer().start() end:()=> @request.duration = @timer.stop()