Skip to content
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

Support http proxy #123

Open
L3o-pold opened this issue Aug 19, 2021 · 0 comments
Open

Support http proxy #123

L3o-pold opened this issue Aug 19, 2021 · 0 comments

Comments

@L3o-pold
Copy link

Can be used in Twilio Client like this:

new TwilioClient(
            env('TWILIO_USERNAME'),
            env('TWILIO_PASSWORD'),
            null,
            null,
            env('PROXY_URI') ? new CurlClient([CURLOPT_PROXY => env('PROXY_URI')]) : null
        )
@L3o-pold L3o-pold changed the title Allow http proxy Support http proxy Aug 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant