Closed Ishmael-ZT closed 4 months ago
This looks very useful. Thank you!
@passy has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
@passy merged this pull request in facebook/flipper@ea917828ae653075c43c5b54b99f8f3ed59fd8fe.
Summary
The network plugin allows for formatting network responses, making it possible to convert protobuf messages into a human-readable format. However, there is currently no method to format network request bodies. This PR introduces a NetworkRequestFormatter to address this issue.
Changelog
Network plugin: Support formatting request body
Test Plan
Here we intercepted the network call and modified the request and response bodies