rest.nvim icon indicating copy to clipboard operation
rest.nvim copied to clipboard

added forms support

Open aldevv opened this issue 2 years ago • 7 comments

fixes #149

aldevv avatar Nov 14 '22 22:11 aldevv

I like this, I also in need of this feature.

This PR is missing a test in the tests/ folder, which also serves as example/doc

rochacbruno avatar Dec 27 '22 15:12 rochacbruno

nevermind @aldevv look #126

rochacbruno avatar Dec 27 '22 16:12 rochacbruno

@teto do you want to have this one merged? I am missing this feature and I can help reviewing once @aldevv fix the conflicts

rochacbruno avatar Dec 30 '22 15:12 rochacbruno

@teto x2

aldevv avatar Jan 17 '23 16:01 aldevv

could you rebase and add tests please ?

teto avatar Jan 20 '23 22:01 teto

hey @teto I rebased and added a test, what do you think?

aldevv avatar Feb 15 '23 02:02 aldevv

Hi! Would be nice to also support application/x-www-form-urlencoded forms with the -d Curl flag

davidsierradz avatar Dec 04 '23 23:12 davidsierradz

Closing this due to v3 release for both rest.nvim and tree-sitter-http. Now tree-sitter-http supports both form-urlencoded and multipart-form-data following intellij http client’s spec

boltlessengineer avatar Aug 23 '24 15:08 boltlessengineer