rest.nvim
rest.nvim copied to clipboard
added forms support
fixes #149
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
nevermind @aldevv look #126
@teto do you want to have this one merged? I am missing this feature and I can help reviewing once @aldevv fix the conflicts
@teto x2
could you rebase and add tests please ?
hey @teto I rebased and added a test, what do you think?
Hi! Would be nice to also support application/x-www-form-urlencoded
forms with the -d
Curl flag
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