rest-nvim / rest.nvim

A fast Neovim http client written in Lua
GNU General Public License v3.0
1.35k stars 117 forks source link

Freeze NVIM if host is not exists #380

Open Kryvonis opened 1 month ago

Kryvonis commented 1 month ago

I tried to make a requests in my local network and it freeze whole NVIM.
Something like

GET http://192.168.0.50:3000/
Content-Type: application/json

I understand that it wait for response but could you please make it async, so it will not block the whole process that I could not move the cursor

Kryvonis commented 1 month ago

And after request is ended, there is no window about error or something went wrong