You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -338,7 +338,7 @@ proxyServer.listen(8015);
338
338
339
339
`httpProxy.createProxyServer` supports the following options:
340
340
341
-
***target**: url string to be parsed with the url module
341
+
***target**: url string to be parsed with the url module
342
342
***forward**: url string to be parsed with the url module
343
343
***agent**: object to be passed to http(s).request (see Node's [https agent](http://nodejs.org/api/https.html#https_class_https_agent) and [http agent](http://nodejs.org/api/http.html#http_class_http_agent) objects)
344
344
***ssl**: object to be passed to https.createServer()
0 commit comments