facebook / flipper

A desktop debugging platform for mobile developers.
https://fbflipper.com/
MIT License
13.25k stars 950 forks source link

Discussion: Need Right-Click to Copy Response Body #5630

Open EnygmaINC opened 4 weeks ago

EnygmaINC commented 4 weeks ago

My daily functions checking calls w/ Flipper, also include copying cURLs and response body often. There needs to be an easier way to copy the response body, other than going down the sidebar and either selecting the body output and copying, or clicking the tiny "Copy" button.

As it stands today, the right click menu only shows the following: Screenshot 2024-05-31 at 10 42 53

Handy for grabbing cURLs, of course - it's at the top of the list. But below that, there should be an option that says "Copy Response Body", to allow one to quickly and easily do so as a "one stop shop" method. Right-click, copy cURL, paste. Right-click, copy response body, paste. No need to leave the main section.