Closed thekid closed 6 years ago
// Works today $f= ($req, $res) ==> $res->answer(202); // New $f= ($req, $res) ==> { // ... throw new Error(404, 'Not found'); };
Consistent with https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions
Will be available in 2.9.0
Consistent with https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/Arrow_functions