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

Error during GET request #12

Open redmasters opened 6 months ago

redmasters commented 6 months ago

When a try to request to an url: image

My http-client.env.json:

{
  "dev": {
    "local": "http://127.0.0.1:8080"
  }
}