Skip to content

Commit 9f684d0

Browse files
committed
harmon notes
1 parent 3768cce commit 9f684d0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ var server = http.createServer(function(req, res) {
114114
console.log("listening on port 5050")
115115
server.listen(5050);
116116
```
117+
#### Modify a response from a proxied server
118+
Sometimes when you have recieved a HTML/XML document from the server of origin you would like to modify it before forwarding it on.
119+
120+
[Harmon](https://github.com/No9/harmon) allows you to do this in a streaming style so as to keep the pressure on the proxy to a minimum.
121+
117122

118123
#### Setup a stand-alone proxy server with proxy request header re-writing
119124
This example shows how you can proxy a request using your own HTTP server that

0 commit comments

Comments
 (0)