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-2
Original file line number
Diff line number
Diff line change
@@ -226,7 +226,7 @@ You have all the full flexibility of node-http-proxy offers in HTTPS as well as
226
226
<pre>
227
227
var fs = require('fs'),
228
228
https = require('https'),
229
-
httpProxy = require('httpProxy');
229
+
httpProxy = require('http-proxy');
230
230
231
231
var options = {
232
232
https: {
@@ -265,7 +265,7 @@ You have all the full flexibility of node-http-proxy offers in HTTPS as well as
265
265
Websockets are handled automatically when using the `httpProxy.createServer()`, but if you want to use it in conjunction with a stand-alone HTTP + WebSocket (such as [socket.io][5]) server here's how:
0 commit comments