You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 29, 2025. It is now read-only.
There are use-cases where it would be convenient to return a different http status code for different requests to the same endpoint.
Currently the status field does not support being passed a function:
RangeError [ERR_HTTP_INVALID_STATUS_CODE]: Invalid status code: () => 200
at ServerResponse.writeHead (_http_server.js:248:11)
at ServerResponse._implicitHeader (_http_server.js:239:8)
at write_ (_http_outgoing.js:654:9)
at ServerResponse.end (_http_outgoing.js:766:5)