usebruno/bruno

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

オープン

#372 opened on 2023/10/04

 (6 件のコメント) (1 件のリアクション) (0 人の担当者)JavaScript (2,403 件のフォーク)batch import
enhancementgood first issuehas-prhelp wantedlong-term-goalmodule-request

Repository metrics

Stars
 (43,787 個のスター)
PR merge metrics
 (平均マージ 6d 21h) (30d で 96 merged PRs)

説明

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.

コントリビューターガイド