typhoeus / ethon

Very simple libcurl wrapper.
MIT License
137 stars 138 forks source link

Can I use curl --resolve? #210

Open thr3a opened 2 years ago

thr3a commented 2 years ago

I would like to use the curl command resolve in ethon as well.

# Example
curl --resolve example.com:443:127.0.0.1 https://example.com

What parameters do I have to pass to use it?