usebruno/bruno

[Bug/Feature] Allow msgpack as response type (de-serialize to JSON)

Open

#372 aberto em 4 de out. de 2023

Ver no GitHub
 (6 comments) (1 reaction) (0 assignees)JavaScript (2.403 forks)batch import
enhancementgood first issuehas-prhelp wantedlong-term-goalmodule-request

Métricas do repositório

Stars
 (43.787 stars)
Métricas de merge de PR
 (Mesclagem média 6d 19h) (74 fundiu PRs em 30d)

Description

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.

Guia do colaborador