blacklight / nvim-http

An HTTP client for neovim inspired by vscode-restclient and the IntelliJ HTTP client
MIT License
87 stars 5 forks source link

No response or empty response - no split window #16

Open dylan-partly opened 1 month ago

dylan-partly commented 1 month ago

When there's no response or an empty response, the split window does not show. Nothing happens. The problem is i have no idea if the request returned 200 with no body or the request failed to send, and if so, why it failed. Need to show split window no matter what