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
52 stars 18 forks source link

fix: add explicit support for WHATWG URLs #22

Open aduh95 opened 9 months ago

aduh95 commented 9 months ago

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