- The `req` and `res` properties has been renamed to `request` and `response`, both in the JSON format and on `HttpExchange`.
- When reading JSON, only one of `path` or (`pathname`, `query`) properties is now needed - the missing fields are reconstructed from the other ones.
- Add `timestamp` properties to requests and responses.