UNPKG

xcraft-global-agent

Version:

Global HTTP/HTTPS proxy configurable using environment variables.

8 lines (7 loc) 192 B
type ProxyController = { HTTP_PROXY: string | null; HTTPS_PROXY: string | null; NO_PROXY: string | null; }; declare const _default: () => ProxyController; export default _default;