Releases: szmarczak/http-timer
Releases Β· szmarczak/http-timer
v5.0.1
TypeScript is having issues with the node: protocol
v4.0.6
014099a
- Multiple calls
timer(request)
will now give the same object
- Does not measure socket events if the socket is being handled by
Proxy
- Handles
aborted
response event
v4.0.5
- Fix request abort check on Node.js 13 cfa1f9b
v4.0.4
- Fix total phase when aborting after response was emitted d27f8da
v4.0.0
- Add
abort
time 908e27d
- Export a ClientRequest and IncomingMessage interface with timings 2aaa944
v3.1.0
Enhancements
- Set
request.timings
and response.timings
(89f1a9b)
v3.0.0
Breaking
Enhancements
- Supports CommonJS default export
- Added
secureConnect
property
- Added
tls
phase: timings.secureConnect - timings.connect