ajinasokan / flutter_curl

Flutter plugin to use libcurl for HTTP calls
MIT License
51 stars 9 forks source link

proxy support #11

Open xAffan opened 6 months ago

xAffan commented 6 months ago

curl can connect to proxy so this library should too.

ajinasokan commented 6 months ago

This is doable. Will check this out.

xAffan commented 3 months ago

Did you get around this?

ajinasokan commented 3 months ago

This is now available in master. You can set the proxy for wholecurl.Client or individual request using the proxy params. Internally this sets the libcurl CURLOPT_PROXY flag. Could you try this out? I will be making a release with couple of other patches.