This plugin is awesome and just replaced postman for me, thanks for this!
Issues
Feature description
I need to use socks5 proxy for some of my requests collections. Currently the only way I can do it is by launching neovim with proxychains.
There are a couple of ways I think it can be done:
Globally:
- plugin setting for custom curl command (
proxychains -q curl or curl --socks5-hostname ...)
- plugin settings for all kinds of proxies supported by curl
Locally, per request or per environment:
- some kind of extension to .http file format, like special variable
- some kind of special variable in environment
This plugin is awesome and just replaced postman for me, thanks for this!
Issues
Feature description
I need to use socks5 proxy for some of my requests collections. Currently the only way I can do it is by launching neovim with proxychains.
There are a couple of ways I think it can be done:
Globally:
proxychains -q curlorcurl --socks5-hostname ...)Locally, per request or per environment: