mirror of
https://github.com/proxmoxer/docs.git
synced 2026-04-25 15:15:53 +03:00
[GH-ISSUE #45] JSON formatting for non-json content type #17
Labels
No labels
CodeDay
enhancement
pull-request
testmu
testmu
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docs#17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @altrusl on GitHub (Jan 21, 2022).
Original GitHub issue: https://github.com/hoppscotch/docs/issues/45
Sometimes response comes in JSON format but with different content type (application/octet-stream for example)
In this case tab "JSON" is disabled and user cannot beautify the output
It would be useful to be able to format the response regardless of the value of the response content-type header.