-
Notifications
You must be signed in to change notification settings - Fork 96
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
No way to get the status message #77
Comments
You can get a status message using node's built in |
I need the exact status message returned by the server not some kind of translation of the status code to a text message. For example the following returns the message in all uppercase
If that is not possible then I will do what you have suggested. |
I'd like to reopen this. There is an upstream proxy that indicates some meaningful things by appending its name to the status message if it performs an action on the response. |
I'd accept a PR for this. Relevant API: https://nodejs.org/api/http.html#http_message_statusmessage |
I am using hoxy as a reverse proxy. I find no way to get the status message from the response. Example "INTERNAL SERVER ERROR".
The text was updated successfully, but these errors were encountered: