vim-http icon indicating copy to clipboard operation
vim-http copied to clipboard

simple vim plugin to make http requests from buffers

Results 6 vim-http issues
Sort by recently updated
recently updated
newest added

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.

bug

at the moment you only get an empty response buffer

enhancement

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?