vim-http
vim-http copied to clipboard
simple vim plugin to make http requests from buffers
Does this plugin only accept JSON requests? This was not clear in docs, and I also wasn't able to do form-data requests.
had to add `PATCH` manually in a number of places today, this should really should just be able to take anything.
at the moment you only get an empty response buffer
Just offering adding a detail that seemed to be missing
Hi, great plugin, thanks. I want to know how can it support sending a cookie, let's say a JWT. I don't need manual auth, just pass the token. Thanks,
Since Visual Studios' http files are about to be supported by [Vim itself](https://github.com/vim/vim/pull/15762), one might wonder about compatibility with the [official spec](https://learn.microsoft.com/en-us/aspnet/core/test/http-files?view=aspnetcore-8.0#comments), if that was ever intended?