Rob--W / proxy-from-env

A Node.js library to get the proxy URL for a given URL based on standard environment variables (http_proxy, no_proxy, ...).
MIT License
51 stars 19 forks source link

fix: add explicit support for WHATWG URLs #22

Open aduh95 opened 7 months ago

aduh95 commented 7 months ago

It seems the library is already compatible with WHATWG URLs, this PR is only updating tests and documentation to reflect that.