FLEXTool/FLEX

Add support for copying Network Request/Response data in plain text

Open

#502 建立於 2021年1月22日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)Objective-C (1,777 fork)batch import
enhancementhelp wanted

倉庫指標

Star
 (14,597 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

It would be way more beneficial to have the ability to "Copy Data" instead of "Copy Curl" when looking at a network request details. Being able to copy the entire information that is shown in the network details really helps testing teams with providing all of the information including timestamps and headers and other metadata.

The request is just to replace the "Copy Curl" button with the "Copy Data" button and when clicked, the FLEX tool will traverse through all of the data being displayed in the network request details and then copy that data to the pasteboard. It doesn't have to copy the response data since there is a separate screen that allows you to do that.

I have added this functionality on a fork and hope to be able to create PR to integrate it into the main project. I would like to get feedback to whether others think this is useful

貢獻者指南