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.

貢獻者指南