feat: support for binary body (#4466)

Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
Akash K
2024-11-26 19:48:01 +05:30
committed by GitHub
parent 37bf0567ea
commit 80d7dd046d
16 changed files with 261 additions and 22 deletions

View File

@@ -574,6 +574,9 @@
"extension_unknown_origin": "Make sure you've added the API endpoint's origin to the Hoppscotch Browser Extension list.",
"extention_enable_action": "Enable Browser Extension",
"extention_not_enabled": "Extension not enabled."
},
"requestBody": {
"agent_doesnt_support_binary_body": "Sending binary data via agent is not supported yet"
}
},
"layout": {
@@ -666,7 +669,8 @@
"content_type_titles": {
"others": "Others",
"structured": "Structured",
"text": "Text"
"text": "Text",
"binary": "Binary"
},
"show_content_type": "Show Content Type",
"different_collection": "Cannot reorder requests from different collections",