Skip to content

Commit 3ebc795

Browse files
committed
Merge pull request #384 from No9/master
Mention Harmon used for response modifications in the readme
2 parents 701dc69 + 4e42354 commit 3ebc795

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,10 @@ httpProxy.createServer(
428428
).listen(8000);
429429
```
430430

431+
A regular request we receive is to support the modification of html/xml content that is returned in the response from an upstream server.
432+
433+
[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.
434+
431435
## Proxying WebSockets
432436
Websockets are handled automatically when using `httpProxy.createServer()`, however, if you supply a callback inside the createServer call, you will need to handle the 'upgrade' proxy event yourself. Here's how:
433437

0 commit comments

Comments
 (0)