hpagent
hpagent copied to clipboard
fix: typo error in readme
the proxyConnectOptions should be corrected as proxyRequestOptions. no matter for HttpProxyAgent or HttpsProxyAgent, the agent class use proxyRequestOptions:
for HttpProxyAgent
https://github.com/delvedor/hpagent/blob/96f45f1d40bfbdfd0fcc84cdba056be6e0fb8f4c/index.js#L17-L28
for HttpsProxyAgent
https://github.com/delvedor/hpagent/blob/96f45f1d40bfbdfd0fcc84cdba056be6e0fb8f4c/index.js#L74-L86
@delvedor could help me review that ~
Duplicate of #117