-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[Bug/Feature] Allow msgpack as response type (de-serialize to JSON) #372
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
Comments
can you add this as a hacktober? if you possible can you guide / elaborate issue more and provide some possible solution which you have in mind; and dont forget to assign me : ) |
you mean label as |
yeah like such that i can count it in my PR for hacktober? |
To elaborate: |
I want to give it a try , can you assign it to me? @ino-josh |
We don't have a process to assign issues. You can pick it up and post details as you make progress. |
Currently, getting a response that is msgpack formatted results in the application window just going completely blank (at least that is what is happening for me). Likely a result of Bruno trying to parse the response as text.
It would be nice if it could detect msgpack (from
Content-Type
) or even an option to select the response format, and have it converted to JSON for readability.The text was updated successfully, but these errors were encountered: