You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just found out I can use .curlrc file for setting some curl options, so this is no longer blocking me. Still would be nice to have per-request or per-environment way of configuring proxy.
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 curl
orcurl --socks5-hostname ...
)Locally, per request or per environment:
The text was updated successfully, but these errors were encountered: