usebruno/bruno

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

开放

#372 创建于 2023年10月4日

 (6 条评论) (1 个反应) (0 位负责人)JavaScript (2,403 个派生)batch import
enhancementgood first issuehas-prhelp wantedlong-term-goalmodule-request

仓库指标

星标
 (43,787 个星标)
PR 合并指标
 (平均合并 6天 21小时) (30 天内合并 96 个 PR)

描述

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.

贡献者指南