httpx
httpx copied to clipboard
(Mirror) An HTTP client library for ruby
Results
1
httpx issues
Sort by
recently updated
recently updated
newest added
Hello, The docs at https://honeyryderchuck.gitlab.io/httpx/wiki/Proxy say that HTTPX does support HTTPS proxies: ``` # Use an HTTPS `CONNECT` proxy to tunnel secure HTTP(S) requests. HTTPX.plugin(:proxy).with_proxy(uri: "https://10.10.0.1:51432").get("https://google.pt") ``` However, running the...