kdzwinel / betwixt

:zap: Web Debugging Proxy based on Chrome DevTools Network panel.
MIT License
4.53k stars 125 forks source link

Capture and show request body. Fixes #28 #30

Closed kdzwinel closed 8 years ago

kdzwinel commented 8 years ago

TIL that all HTTP methods can have a body (not only POST). This solution does work with file uploads but displays them in undesirable way. This will have to be fixed later.