usebruno/bruno
Vedi su GitHub[Bug/Feature] Allow msgpack as response type (de-serialize to JSON)
Open
#372 aperta il 4 ott 2023
enhancementgood first issuehas-prhelp wantedlong-term-goalmodule-request
Metriche repository
- Star
- (43.787 star)
- Metriche merge PR
- (Merge medio 6g 19h) (74 PR mergiate in 30 g)
Descrizione
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.