diepm / vim-rest-console

A REST console for Vim.
658 stars 54 forks source link

Execute requests asynchronously and support aborting them #84

Open dkvasnicka opened 4 years ago

dkvasnicka commented 4 years ago

I forgot to put the proper port to my hostname, executed the request and the whole Vim instance froze, probably because cURL was waiting for a response from a server that did not have port 80 open.

Could you make it so that the requests are executed using the async capabilities of Vim 8 / NeoVim and allow the user to abort a request?