It seems the library directly manages TCP connections, thus is unaware to proxies.
It would be nice to support making connections through proxy, ideally respecting environment variables such as https_proxy or socks_proxy like cURL does. This would make http_req usable in many corporate networks.
It seems the library directly manages TCP connections, thus is unaware to proxies.
It would be nice to support making connections through proxy, ideally respecting environment variables such as
https_proxyorsocks_proxylike cURL does. This would makehttp_requsable in many corporate networks.