Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy response content to clipboard? #261

Closed
soulgalore opened this issue Sep 17, 2019 · 3 comments
Closed

Copy response content to clipboard? #261

soulgalore opened this issue Sep 17, 2019 · 3 comments
Assignees
Labels

Comments

@soulgalore
Copy link
Collaborator

Hi @micmro the functionality to get the HTML or response of a requests has been great for me, I've used in many times to compare content before/after a regression. Copy/pasting it into Visual Code and then using the compare feature its great.

One thing I'm wondering is the best way to make it easier to copy the content. Right now I scroll the content and it takes some time on large Wikipedia pages. Wondering if we should use the clipboard API for copy (for the browsers that supports) or is it a better way? Would love to be able to copy the response content and paste into code :)

Best
Peter

@micmro micmro added the feature label Sep 24, 2019
@micmro micmro self-assigned this Oct 6, 2019
micmro added a commit that referenced this issue Oct 6, 2019
micmro added a commit that referenced this issue Oct 7, 2019
@micmro
Copy link
Owner

micmro commented Oct 7, 2019

Hi @soulgalore, I manage to implement it this weekend. Please have a look at the PR and play around with it a bit and let me know what you think.

@soulgalore
Copy link
Collaborator Author

Great @micmro I actually started this last week but my skills aren't as good as yours so I didn't finish. It works great but made a small comment on the PR about moving to just copy content (the next tab), that's the data we use when we compare what kind content we had before/after a regression.

micmro added a commit that referenced this issue Oct 7, 2019
micmro added a commit that referenced this issue Oct 7, 2019
#261 Add copy to clipboard functionality to Raw Response
@micmro
Copy link
Owner

micmro commented Oct 7, 2019

Released with 2.7.0

@micmro micmro closed this as completed Oct 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants