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

Do not follow redirects #8

Open oxcafedead opened 7 months ago

oxcafedead commented 7 months ago

Seems like Python's requests follows redirects by default.

To me, this is not convenient. So, can we disable this by default or at least have some option?