8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3768cce commit 9f684d0Copy full SHA for 9f684d0
README.md
@@ -114,6 +114,11 @@ var server = http.createServer(function(req, res) {
114
console.log("listening on port 5050")
115
server.listen(5050);
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
122
123
#### Setup a stand-alone proxy server with proxy request header re-writing
124
This example shows how you can proxy a request using your own HTTP server that
0 commit comments