Closed lostthetrail closed 7 years ago
Wreck 11.x.x introduced a new format for the response event. It collapses the arguments into an object.
response
It was:
error, req, res, start, uri
It is now:
error, {req, res, start, uri}
See changelog history: https://github.com/hapijs/wreck/issues/162
A PR to support both formats is inbound.
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
Wreck 11.x.x introduced a new format for the
response
event. It collapses the arguments into an object.It was:
It is now:
See changelog history: https://github.com/hapijs/wreck/issues/162
A PR to support both formats is inbound.