mike820324 / microProxy

A http/https interceptor written in pure python.
MIT License
17 stars 3 forks source link

[TUIViewer]: Adding customize viewer format to tui. #152

Open mike820324 opened 8 years ago

mike820324 commented 8 years ago

When connecting to my DSM, the content of the request body did not showed up.

mike820324 commented 8 years ago

Okay, I may figure out what is going on. The content-type of the request is application/x-www-form-urlencoded. And the formater can not figure out this type of format.

mike820324 commented 8 years ago

Is it possible to add a custom formater script that will when matching certain condition, the tui will use this formater?

Adding this feature will be very helpful.