Skip to content

Feature: use proxy #532

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
1 task done
lattenwald opened this issue Feb 15, 2025 · 2 comments
Open
1 task done

Feature: use proxy #532

lattenwald opened this issue Feb 15, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@lattenwald
Copy link

lattenwald commented Feb 15, 2025

This plugin is awesome and just replaced postman for me, thanks for this!

Issues

  • I have checked existing issues and there are no existing ones with the same request.

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
@lattenwald lattenwald added the enhancement New feature or request label Feb 15, 2025
@lattenwald
Copy link
Author

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.

@boltlessengineer
Copy link
Contributor

Sounds like an awesome idea! Maybe we can make it read local .curlrc file if it exists. (curl --config ./.curlrc)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants