http_proxy
http_proxy copied to clipboard
A HTTP Proxy server and client written in Crystal
The `[protocol]_PROXY` and `NO_PROXY` environment variables are commonly used to configure proxies in applications. [Wget](https://www.gnu.org/software/wget/manual/html_node/Proxies.html) and [Emacs](https://www.gnu.org/software/emacs/manual/html_node/url/Proxies.html) are two examples. Python's `requests` library also [respects](https://requests.readthedocs.io/en/master/user/advanced/#proxies) `HTTP_PROXY` and `HTTPS_PROXY` out of...
Hello, I was wondering if it is currently possible to pool together connections to the proxy? I'm working on integrating this shard into a large application that makes a ton...
Examples: * [x] http://serdardogruyol.com/ * [x] http://shards.info/ * [ ] http://www.pyslvs.com/ * [x] http://news-te.blogspot.com/ * [x] https://ubuntu.com/blog/dell-xps-13-developer-edition-with-ubuntu-20-04-lts-pre-installed-is-now-available
When a long running connection is closed by the server `HTTP::Client` will try to reconnect by closing its `@io` and then constructing a new `@io` via its private `io` method...