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
+2-3
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ server.listen(5050);
105
105
106
106
***target**: url string to be parsed with the url module
107
107
***forward**: url string to be parsed with the url module
108
-
***agent**: object to be passed to http(s).request (see Node's [https agent][0] and [http agent][1] agent objects)
108
+
***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)
109
109
110
110
If you are using the `proxyServer.listen` method, the following options are also applicable:
111
111
@@ -148,5 +148,4 @@ Logo created by [Diego Pasquali](http://dribbble.com/diegopq)
148
148
>OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
0 commit comments