-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug]: allow custom http codes #664
Comments
what is the reason to lock down the list of allowed http codes https://github.com/denoland/deno/blob/bced52505f32d6cca4f944bb610a8a26767908a8/std/http/http_status.ts#L131 ? |
not compliant with https://tools.ietf.org/html/rfc2616
|
I'll gladly take a stab at it. |
e.g. returning status 555 gives this:
The text was updated successfully, but these errors were encountered: