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
@@ -114,6 +114,11 @@ var server = http.createServer(function(req, res) {
114
114
console.log("listening on port 5050")
115
115
server.listen(5050);
116
116
```
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
+
117
122
118
123
#### Setup a stand-alone proxy server with proxy request header re-writing
119
124
This example shows how you can proxy a request using your own HTTP server that
0 commit comments