3
Support creating msgpack request bodies
Source: Kong/insomnia#4505 · opened by @andrei-dascalu
Hello, I have a number of projects using MessagePack encoding as opposed to JSON. [MessagePack]( is practically a binary representation of JSON, so in a way it sits in the middle between the flexible/verbose/human-readable JSON and the strict/binary protocol buffers. It would be great for my use cases to have support for creating MessagePack payloads to be send via POST/PUT (at least that's my main use case). I could envision this happening in basically 2 ways: • have a msgpack option in addition to JSON for the body content. The user would provide JSON content which Isomnia would encode appropriately before sending • have a msgpack option which would allow the user to select a binary file whose contents would be used as request body contents. Both options would result in the content-type header set to application/x-msgpack For interpreting responses, it could behave in a similar way: • when content-type: application/x-msgpack is received, th…
No pledges yet. Be the first to back this.
Comments
Similar requests
Show Request/Response bodies in timeline
1 vote · 0 comments
Allow opening links in response in Insomnia
3 votes · 0 comments
Expose the response body text for plugins
2 votes · 0 comments
Consider not smart-previewing response bodies for invalid content-type
3 votes · 0 comments
Add ability to diff Snapshots in Insomnia Teams
2 votes · 0 comments
No comments yet.