proxyman-windows-linux
proxyman-windows-linux copied to clipboard
Support MsgPack Tab
Description
Some users request this feature from macOS to Windows. We should support it.
Acceptance Criteria
-
Add Msgpack to the Customize Tabs
-
Use this library to decode the body to JSON -> Prettify it -> Show it
-
Write a MessagePackService class to handle this
-
If the data is invalid (undefined) -> Show the error placeholder
-
Write some Unit tests to test the class
MessagePackService