Crates.io | proxydetect |
lib.rs | proxydetect |
version | 0.1.0 |
source | src |
created_at | 2023-09-11 05:35:57.209844 |
updated_at | 2023-09-11 05:35:57.209844 |
description | A library to automatically detect the system proxy for a given URL |
homepage | |
repository | https://gitlab.com/cdrzewiecki/proxydetect |
max_upload_size | |
id | 969279 |
size | 4,007 |
This library is motivated by Daniel Stenberg's post about why curl doesn't use libproxy to automatically detect the user's proxy. I figure, may as well take a shot at providing a library which fulfill's curl's needs for a proxy library. So with that in mind, the goals of this library:
It's my hope that this will be useful to someone, or if not, at least hopefully nobody will think I'm full of hubris for trying. :)