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
+5
Original file line number
Diff line number
Diff line change
@@ -351,6 +351,11 @@ httpProxy.createServer(
351
351
).listen(8000);
352
352
```
353
353
354
+
A regular request we receive is to support the modification of html/xml content that is returned in the response from an upstream server.
355
+
356
+
[Harmon](https://github.com./No9/harmon/) is a stream based middleware plugin that is designed to solve that problem in the most effective way possible.
357
+
358
+
354
359
## Proxying WebSockets
355
360
Websockets are handled automatically when using `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